TMedDataset.FieldDefs TMedDataset

property FieldDefs: TFieldDefs;

Description

FieldDefs contains the field definitions for a dataset. Application can examine FieldDefs to access the dataset's field definitions. Application should not modify these definitions unless creating a new table with CreateTable.

Use Fields, FieldValues properties and FieldsByName method to access dataset's fields and field values.