FMX.Grid.Style.TStyledGrid.RefreshEditor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function RefreshEditor(const InplaceEdit: TFmxObject; const RefreshAppearance, RefreshValue: Boolean): Boolean;

C++

virtual bool __fastcall RefreshEditor(Fmx::Types::TFmxObject* const InplaceEdit, const bool RefreshAppearance, const bool RefreshValue);

Eigenschaften

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


Beschreibung

Aktualisiert den Wert im Zellen-Editor.

Siehe auch