FMX.Grid.TColumn.CanEdit
From RAD Studio API Documentation
Delphi
function CanEdit: Boolean; virtual;
C++
virtual bool __fastcall CanEdit(void);
Properties
| Type |
Visibility |
Source |
Unit |
Parent |
| function |
public |
FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid |
TColumn |
Description
Returns True if the column can show a value editor or False otherwise.
See Also