FireDAC.Comp.Client.TFDTable.FieldOptions

From RAD Studio API Documentation

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDTable

Delphi

property FieldOptions;

C++

__property FieldOptions;

Description

Specifies the options of the dataset fields. FireDAC.Comp.Client.TFDTable.FieldOptions inherits from Data.DB.TDataSet.FieldOptions. All content below this line refers to Data.DB.TDataSet.FieldOptions.

Specifies the options of the dataset fields.

Use FieldOptions to control the behavior of the automatic and persistent fields of the dataset.

See Also