FMX.Grid.Style.TStyledGrid.HideEditor
Delphi
procedure HideEditor(const Accept: Boolean);
C++
void __fastcall HideEditor(const bool Accept);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Grid.Style.pas FMX.Grid.Style.hpp |
FMX.Grid.Style | TStyledGrid |
Description
Closes the cell editor.
Accept determines whether the current value of the editor is saved (True) or discarded (False).