[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Total width for all columns in the Grid including non-visible columns.
Source position: grids.pas line 1268
protected property TCustomGrid.GridWidth : Integer |
GridWidth is a read-only Integer property which contains the calculated width for all of the columns in the grid control, including columns with the visible property set to False. Its value is provided using the cached values stored in GCache when row or column sizes are calculated for the control.
|
Total width for all columns in the Grid including non-visible columns. |
|
|
Contains cached data about the visual layout and state for the grid control. |
|
|
Updates the grid after changes to the visual properties in the control. |
Version 4.0 | Generated 2025-05-03 | Home |