[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Updates the selected cell and sets the bounds for the optional cell Editor.
Source position: grids.pas line 979
protected procedure TCustomGrid.AdjustEditorBounds( |
NewCol: Integer; |
NewRow: Integer |
); virtual; |
NewCol |
|
Column number for the current cell selection in the grid. |
NewRow |
|
Row number for the current cell selection in the grid. |
Calls SetColRow to update the values in the Col and Row properties. Values in NewCol and NewRow are stored in the corresponding property.
When EditorMode is set to True, the private EditorPos method is called to position the Editor to the new cell selection.
|
Column index for the selected grid cell. |
|
|
Row number for the selected grid cell. |
|
|
The editor control used to modify the value in the current cell. |
|
|
True when the Editor is ready to modify the value for the current cell. |
|
|
Makes the specified column and row a selected cell in the grid control. |
Version 4.0 | Generated 2025-05-03 | Home |