FMX.Grid.Style.TStyledGrid.GetInplaceEditorValue

From RAD Studio API Documentation
Jump to: navigation, search

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.