[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Clears all items in the collection.
Source position: grids.pas line 662
public procedure TGridColumns.Clear; |
Clear calls BeginUpdate to suppress notifications when items are removed from the collection. It also calls EndUpdate when all items have been removed in the method. Clear calls the inherited method to remove the items in the collection.
Version 4.0 | Generated 2025-05-03 | Home |