FMX.Grid.Style.TStyledGrid.RefreshEditor

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
function public
FMX.Grid.Style.pas
FMX.Grid.Style.hpp
FMX.Grid.Style TStyledGrid

Description

Refreshes the value in the cell editor.

See Also