SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TSQLMemDataSet.AdvFieldDefs
TSQLMemDataSet
Top 

Points to the list of advanced field definitions for the dataset.

property AdvFieldDefs: TSQLMemAdvFieldDefs;

Description
AdvFieldDefs lists the advanced field definitions for a dataset. While an application can examine AdvFieldDefs to explore the field definitions for a dataset, it should not change these definitions unless creating a new table with CreateTable or CreateDataSet.

To access fields and field values in a dataset, use the Fields, AggFields, and FieldValues properties, and the FieldsByName method.


© AidAim Software SQLMemTable: