Data.DB.TFieldDefs Properties
InheritedProtected
| Capacity | public | Provides access to the internal TList.Capacity property. |
| Count | public | Returns the number of items in the collection. |
| DataSet | public | Indicates the dataset that uses the TDefCollection object to manage its definition objects. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| HiddenFields | public | Determines whether to show the extra hidden columns that may be included to ensure unique records. |
| ItemClass | public | Indicates the class to which the collection's items belong. |
| Items | public | Lists the field definitions that describe each physical field in the dataset. |
| NextID | protected | Specifies a unique ID that can be assigned to the next added collection item. |
| ParentDef | public | References the field definition of the parent field, if there is one. |
| PropName | protected | Specifies the name of the property that the collection implements. |
| UpdateCount | protected | Counts the number of times BeginUpdate was called without a corresponding call to EndUpdate. |
| Updated | public | Indicates whether the definition objects in the Items array match the corresponding instantiated objects in the dataset. |