FMX.Grid.TGridModel.GetEditorValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEditorValue: TValue;

C++

System::Rtti::TValue __fastcall GetEditorValue();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridModel

Description

Returns the current value of the cell editor if the grid is in editor mode, or TValue.Empty otherwise.

See Also