FMX.Grid.Style.TStyledGrid.GetInplaceEditorValue
Delphi
function GetInplaceEditorValue(const AInplaceEdit: TFMXObject): TValue; virtual;
C++
virtual System::Rtti::TValue __fastcall GetInplaceEditorValue(Fmx::Types::TFmxObject* const AInplaceEdit);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | FMX.Grid.Style.pas FMX.Grid.Style.hpp | FMX.Grid.Style | TStyledGrid | 
Description
Returns the value that the cell editor currently contains, or TValue.Empty if the cell editor is not open.