[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
True when the Editor is ready to modify the value for the current cell.
Source position: grids.pas line 1218
protected property TCustomGrid.EditorMode : Boolean |
EditorMode is a Boolean property which indicates whether the cell Editor has been enabled for the grid control. Set EditorMode to True to display the cell Editor for the control. Set it to False to hide the cell Editor.
The value in EditorMode is updated when handling key presses and mouse clicks, scrolling the visible area for the control, or changing the configration of the grid.
|
True when the Editor is ready to modify the value for the current cell. |
|
|
Displays the Editor for the selected cell. |
|
|
Hides a visible cell editor in the grid control. |
|
|
Number of columns in the grid. |
|
|
Number of rows in the grid. |
|
|
The number of fixed columns in the grid. |
|
|
Number of the fixed rows in the grid. |
|
|
Applies the specified key press to the control. |
|
|
Clears the values in the FixedCols and Cols properties. |
|
|
Clear all cells in the grid. |
|
|
Clears the cached fixed rows and row count values for the grid control. |
|
|
Default width used for newly created grid columns. |
|
|
Default row height for newly created grid rows. |
|
|
Gets and displays the cell hint(s) for the current cell in the grid. |
|
|
Prepares the canvas for drawing the cell at the specified location. |
|
|
Draws the columns for the specified row in the grid control. |
|
|
Event handler for mouse wheel turned. |
lazarus-ccr.sourceforge.net |