FMX.Grid.TColumn.InEditMode
Delphi
property InEditMode: Integer read FEditMode;
C++
__property int InEditMode = {read=FEditMode, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TColumn |
Description
Determines the edit mode of the column.
InEditMode can have three values:
| Parameter | Meaning |
|---|---|
|
|
The column is not in edit mode. |
|
|
The editing is in progress. |
|
|
The editing can start. |