Creates and returns a new TListColumn instance for the collection.
Source position: comctrls.pp line 1276
public function TListColumns.Add: TListColumn; |
TListColumn instance created in the method.
Add is a TListColumn function used to create and return a new TListColumn instance. It calls the inherited method to create a new instance of the ItemClass for the collection, and casts it to the TListColumn type used in the return value.
At design-time, the form designer surface for Owner (TCustomListView) is notified of the change when Owner has been assigned.
|
Owner of the collection instance. |
|
| Version 4.4 | Generated 2025-11-08 | Home |