Points to the list of advanced field definitions for the dataset.
property AdvFieldDefs: TABSAdvFieldDefs;
Description
AdvFieldDefs lists the field definitions for a dataset. While an application can examine AdvFieldDefs to explore the advanced field definitions for a dataset, it should not change these definitions unless creating a new table with CreateTable.
AdvFieldDefs can be used as an alternative to the FieldDefs when some advanced features are needed, such as default values, minimum and maximum value restrictions.
|
|