bindable
Indicates that the property supports data binding.
Allowed on
Property.
Flags
- FUNCFLAG\_FBINDABLE
VARFLAG\_FBINDABLE
Remarks
Refers to the property as a whole, so it must be specified wherever the property is defined. The attribute should be specified on both the property get description and the property set description.
Related topics