FireDAC.Stan.Option.TFDFormatOptions.FmtDisplayNumeric

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FmtDisplayNumeric: String read GetFmtDisplayNumeric  write SetFmtDisplayNumeric stored IsFDNS;

C++

__property System::UnicodeString FmtDisplayNumeric = {read=GetFmtDisplayNumeric, write=SetFmtDisplayNumeric, stored=IsFDNS};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDFormatOptions

Description

Specifies the display format for numeric fields.

Use the FmtDisplayNumeric property to specify the DisplayFormat property for TNumericField descendants (ftInteger, ftLongWord, ftSmallint, ftShortint, ftByte, ftLargeint, ftWord, ftAutoInc, ftFloat, ftSingle, ftCurrency, ftExtended, ftBCD, ftFmtBCD) dataset fields. 

The option will be applied only to default fields or to persistent fields at create time only. For format details, see DisplayFormat.

See Also