FMX.Grid.TDateColumn.ValueToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ValueToString(const Value: TValue): string; override;

C++

virtual System::UnicodeString __fastcall ValueToString(const System::Rtti::TValue &Value);

Properties

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

Description

Returns the specified value as a string.

FMX.Grid.TDateColumn.ValueToString inherits from FMX.Grid.TColumn.ValueToString. All content below this line refers to FMX.Grid.TColumn.ValueToString.

Returns the specified value as a string.