Data.DB.TFieldDefs Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
CapacitypublicProvides access to the internal TList.Capacity property.
CountpublicReturns the number of items in the collection.
DataSetpublicIndicates the dataset that uses the TDefCollection object to manage its definition objects.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
HiddenFieldspublicDetermines whether to show the extra hidden columns that may be included to ensure unique records.
ItemClasspublicIndicates the class to which the collection's items belong.
ItemspublicLists the field definitions that describe each physical field in the dataset.
NextIDprotectedSpecifies a unique ID that can be assigned to the next added collection item.
ParentDefpublicReferences the field definition of the parent field, if there is one.
PropNameprotectedSpecifies the name of the property that the collection implements.
UpdateCountprotectedCounts the number of times BeginUpdate was called without a corresponding call to EndUpdate.
UpdatedpublicIndicates whether the definition objects in the Items array match the corresponding instantiated objects in the dataset.