Data.DB.TDataSet.FieldOptions
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TDataSet | |
Delphi
property FieldOptions: TFieldOptions read FFieldOptions write SetFieldOptions;
C++
__property TFieldOptions* FieldOptions = {read=FFieldOptions, write=SetFieldOptions};
Description
Specifies the options of the dataset fields.
Use FieldOptions to control the behavior of the automatic and persistent fields of the dataset.