FMX.Grid.TTimeColumn.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 TTimeColumn

Description

Draws the value of the column cell.

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

Draws the value of the column cell.

Each column type defines its own implementation of this method to convert TValue into string value.