object properties: boolean is not supported #20

Open
opened 2018-12-02 10:42:45 +00:00 by JernejL · 0 comments
JernejL commented 2018-12-02 10:42:45 +00:00 (Migrated from github.com)

If a RegisterNativeObject object property returns boolean, besen is unable to use it:

private function getislocal(): boolean; published property IsLocal: boolean read getislocal;

An integer property however works well and getislocal is called:

private function getislocal(): integer; published property IsLocal: integer read getislocal;

If a RegisterNativeObject object property returns boolean, besen is unable to use it: `private function getislocal(): boolean; published property IsLocal: boolean read getislocal;` An integer property however works well and getislocal is called: `private function getislocal(): integer; published property IsLocal: integer read getislocal;`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BeRo1985/besen#20
No description provided.