Category
Keyword extensions
Syntax
<property declaration> ::=
__property <type> <id> [ <prop dim list> ] = "{" <prop attrib list> "}"
<prop dim list> ::=
"[" <type> [ <id> ] "]" [ <prop dim list> ]
<prop attrib list> ::=
<prop attrib> [ , <prop attrib list> ]
<prop attrib> ::=
read = <data/function id> |
write = <data/function id> |
stored = <data/function id> |
stored = <boolean constant> |
default = <constant> |
nodefault |
index = <const int expression>Description
The __property keyword was added to support the VCL
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|