FMX.Grid.Style.TStyledGrid.GetInplaceEditorValue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetInplaceEditorValue(const AInplaceEdit: TFMXObject): TValue; virtual;

C++

virtual System::Rtti::TValue __fastcall GetInplaceEditorValue(Fmx::Types::TFmxObject* const AInplaceEdit);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FMX.Grid.Style.pas
FMX.Grid.Style.hpp
FMX.Grid.Style TStyledGrid


Beschreibung

Gibt den Wert zurück, der sich derzeit im Zellen-Editor befindet, oder TValue.Empty, falls der Zellen-Editor nicht geöffnet ist.