[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates whether the cell editor can be displayed and focused in the current column.
Source position: grids.pas line 969
protected function TCustomGrid.CanEditShow: Boolean; virtual; |
True at run-time when the column allows focus and editing.
CanEditShow is a Boolean function which Indicates whether the cell Editor can be displayed and focused in the current grid column. The return value is False at design-time. The return value is True if Options includes the value goEditing, and the column number in Col is valid and not in a fixed row.
When Columns have been Enabled in the grid control, the return value is set to False when the column is marked as ReadOnly in the column definition.
CanEditShow is called from the EditorShow method.
|
Definitions for the columns in the grid. |
|
|
The editor used to modify the value in the current cell. |
|
|
Displays the Editor for the selected cell. |
|
|
Indicates if the column collection is enabled. |
|
|
True when the values in the column cannot be changed. |
lazarus-ccr.sourceforge.net |