[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Redraws the Grid control that owns the collection
Source position: dbgrids.pas line 308
protected procedure TDBGridColumns.Update( |
Item: TCollectionItem |
); override; |
Item |
|
Collection item triggering the update |
Update causes the TDBGrid control which owns the 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 force the Grid control to be redrawn.
TCollection.Update |
lazarus-ccr.sourceforge.net |