[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds a new collection item using the ItemClass for the collection.
Source position: dialogs.pp line 667
public function TTaskDialogButtons.Add: TTaskDialogBaseButtonItem; |
Collection item created in the method.
Calls the inherited Add method to create the new collection item, and casts the return value to the TTaskDialogBaseButtonItem type used as the ItemClass. The inherited method uses the Collection as the Owner for the new collection item.
Version 4.0 | Generated 2025-05-03 | Home |