API:Data.Win.ADODB.TCustomADODataSet.FieldOptions

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TCustomADODataSet

Delphi

property FieldOptions;

C++

__property FieldOptions;

Description

Specifies the options of the dataset fields.

Data.Win.ADODB.TCustomADODataSet.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