FireDAC.Comp.Client.TFDCustomCommand.FormatOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FormatOptions: TFDFormatOptions read GetFormatOptions write SetFormatOptions;

C++

__property Firedac::Stan::Option::TFDFormatOptions* FormatOptions = {read=GetFormatOptions, write=SetFormatOptions};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomCommand

Description

The set of options to control the data representation.

The FormatOptions property represents the set of properties, controlling the data type mapping, and some other aspects of data handling.

See Also