[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds a new button instance to the Items in the collection.
Source position: interfacebase.pp line 111
public function TDialogButtons.Add: TDialogButton; |
TDialogButton instance created and stored in the Items for the collection.
Add is an overridden TDialogButton function in TDialogButtons used to add a new button instance to the Items in the collection. Add ensures that the value returned from the inherited Add method is cast to the TDialogButton type used in Items.
TCollection.Add |