Delphi
function CanEdit: Boolean; virtual;
C++
virtual bool __fastcall CanEdit();
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