FireDAC.Comp.Client.TFDManager.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 TFDManager

Description

The "root" data format options.

FireDAC.Comp.Client.TFDManager.FormatOptions inherits from FireDAC.Comp.Client.TFDCustomManager.FormatOptions. All content below this line refers to FireDAC.Comp.Client.TFDCustomManager.FormatOptions.

The "root" data format options.

The FormatOptions property returns the reference to the "root" instance of the data format options. These options control how the DBMS data types are mapped into the dataset data types. 

The option values are inherited by all TFDCustomConnections and, consequently, by all TFDCustomCommands and datasets in the application. 

See Setting Options for more information on working with options.

See Also