[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Determines if all columns or all rows in the grid are fixed.
Source position: grids.pas line 1084
protected function TCustomGrid.FixedGrid: Boolean; |
True when all of the row or all of the columns in the control are fixed.
FixedGrid is a Boolean function used to determine whether all columns in the grid are defined as fixed columns, or all rows are defined as fixed rows. The return value is True when FixedCols is equal to ColCountORFixedRows is equal to RowCount.
FixedGrid is used in the implementation of methods like: SetFixedCols, SetFixedRows, MouseToGridZone, MouseDown, MouseMove, MouseUp, TryMoveSelect, EditorAlwaysShown, and FixPosition.
|
The number of fixed columns in the grid. |
|
|
Number of the fixed rows in the grid. |
|
|
Number of columns in the grid. |
|
|
Number of rows in the grid. |
Version 4.0 | Generated 2025-05-03 | Home |