Data.DB.TFieldOptions
Delphi
TFieldOptions = class (TPersistent)
C++
class PASCALIMPLEMENTATION TFieldOptions : public System::Classes::TPersistent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.DB.pas Data.DB.hpp |
Data.DB | Data.DB |
Description
Represents the options for the fields of a dataset.
Use the AutoCreateMode, PositionMode, and UpdatePersistent properties to manage the field options.
To set and get the field options for a dataset, use the TDataSet.FieldOptions property.