FMX.Grid.TCustomNumberColumn.TryValueToString

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
function public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomNumberColumn

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!