Property
Module: ecereCOM
Namespace: ecere::com
Type: Class (No header)
Base Class: None
Description
First class type representing property
Properties and Members
prev | Property |
next | Property |
name | const char * |
isProperty | bool |
memberAccess | AccessMode |
id | int |
_class | Class |
dataTypeString | const char * |
dataTypeClass | Class |
dataType | Type |
Set | void(*)(void *, int) |
Get | int(*)(void *) |
IsSet | bool(*)(void *) |
data | void * |
symbol | void * |
vid | int |
conversion | bool |
watcherOffset | uint |
category | const char * |
compiled | bool |
selfWatchable | bool |
isWatchable | bool |