FMX.Grid.TCustomGrid.CanEdit
Delphi
function CanEdit: Boolean;
C++
bool __fastcall CanEdit();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TCustomGrid |
Description
Determines whether the selected cell can be edited (True) or not (False) based on the current configuration of the corresponding column and the grid.