TTMSFNCDataBinderFindType Enumeration
Controls which RTTI property types are matched when searching a component's property list.
API unit family: TMSFNCDataBinding
Members
| Name | Description |
|---|---|
bftDontCare |
Match any property type — class, string, or other. |
bftClass |
Match only class-type properties. |
bftString |
Match only string-type properties. |