FMX.Grid.TGridModel.GetEditorValue
Delphi
function GetEditorValue: TValue;
C++
System::Rtti::TValue __fastcall GetEditorValue(void);
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.