[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Redraws the Grid control that owns the column collection.
Source position: dbgrids.pas line 303
protected procedure TDBGridColumns.Update( |
Item: TCollectionItem |
); override; |
Item |
|
Collection item triggering the update. |
Update causes the TDBGrid control which owns the column collection to be redrawn. The value in Grid must be assigned, or no actions are performed in the method. In addition, the Grid control will not be updated if component streaming is active (csLoading in its ComponentState). Update calls TDBGrid.LayoutChanged to cause the Grid control to be redrawn.
|
Collection used to store column definitions for a grid control. |
|
Version 4.0 | Generated 2025-05-03 | Home |