Data.DB.TFieldOptions

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: Data.DB |
Delphi
TFieldOptions = class (TPersistent)
C++
class PASCALIMPLEMENTATION TFieldOptions : public System::Classes::TPersistent
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.