API:FireDAC.Comp.Client.TFDConnection.FormatOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FormatOptions: TFDFormatOptions read GetFormatOptions write SetFormatOptions;

C++

__property FormatOptions;

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDConnection

Description

The set of default options to control data representation.

FireDAC.Comp.Client.TFDConnection.FormatOptions inherits from FireDAC.Comp.Client.TFDCustomConnection.FormatOptions. All content below this line refers to FireDAC.Comp.Client.TFDCustomConnection.FormatOptions.

The set of default options to control data representation.

The FormatOptions property is the set of the default properties that control the data type mapping and some other aspects of data handling.

These properties will be inherited by commands and datasets associated with this connection. Also, these properties will inherit their value from the FormatOptions of the FDManager object.

See Also