[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Restores the default width for columns in the grid.
Source position: grids.pas line 1166
protected procedure TCustomGrid.ResetDefaultColWidths; virtual; |
ResetDefaultColWidths updates an internal member with the list of column widths currently in use for the grid. The width for each column is set to -1 to indicate that an explicit value has not been assigned for the column width.
ResetDefaultColWidths calls the VisualChange method after resetting the column widths to their default values. No actions are performed in the method when AutoFillColumns contains True.
|
Updates the grid after changes to the visual properties in the control. |
|
|
Indicates whether columns are automatically resized to fill the visible area in the grid. |
Version 4.0 | Generated 2025-05-03 | Home |