FireDAC.Stan.Option.TFDFormatOptions.FmtDisplayNumeric

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property FmtDisplayNumeric: String read GetFmtDisplayNumeric  write SetFmtDisplayNumeric stored IsFDNS;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDFormatOptions


Beschreibung

Gibt das Anzeigeformat für numerische Felder an.

Mit der Eigenschaft FmtDisplayNumeric geben Sie die Eigenschaft DisplayFormat für Datenmengenfelder von TNumericField-Untergeordneten (ftInteger, ftLongWord, ftSmallint, ftShortint, ftByte, ftLargeint, ftWord, ftAutoInc, ftFloat, ftSingle, ftCurrency, ftExtended, ftBCD, ftFmtBCD) an. 

Die Option wird nur für Standardfelder oder für persistente Felder zur Erstellungszeit verwendet. Einzelheiten zum Format finden Sie unter DisplayFormat.

Siehe auch