FMX.Grid.TCustomNumberColumn.TryValueToString

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function TryValueToString(const Value: TValue; const ValueType: TNumValueType;  out Text: string; const DecimalDigits: Integer = -1; const ShowThousandSeparator: Boolean = False): Boolean;

C++

__classmethod bool __fastcall TryValueToString(const System::Rtti::TValue &Value, const Fmx::Text::TNumValueType ValueType, /* out */ System::UnicodeString &Text, const int DecimalDigits = 0xffffffff, const bool ShowThousandSeparator = false);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomNumberColumn

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.