TTMSFNCDataBinder.GetPropertyNames Method
Returns an array of property names for the given object.
API unit family: TMSFNCDataBinding
Declaring type: TTMSFNCDataBinder
Syntax
class function GetPropertyNames(AObject: TObject; IncludePublic: Boolean = True): TTMSFNCDataBinderStringArray; overload;
Parameters
| Name | Description |
|---|---|
AObject |
Object whose property names are retrieved. |
IncludePublic |
When True, includes public in addition to published properties. Default is True. |
Returns
Array of property name strings.