Creates a new ItemClass instance with the collection as its owner.
Source position: grids.pas line 661
public function TGridColumns.Add: TGridColumn; |
TGridColumn instance added to the collection.
Add is an overridden method used to create a new collection item using the ItemClass class type for the collection. The new class instance has the collection as its owner. Add re-implements the method from the ancestor class.
Use Insert or InsertColumn to create a new collection item and store it at a specified position in the collection.
|
Inserts a column at the specified index position. |
|
| Version 4.4 | Generated 2025-11-08 | Home |