| IgnoreFields property |
Applies to
TDBClassifier
Declaration
property IgnoreFields: TStringList;
Description
When calling the FieldsToAttributes method, alll fields except the ones specified by IgnoreFields will be added as attributes with AttributeKind set to akAuto to the Attributes list.
|
|