[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: dialogs.pp line 638
public constructor TTaskDialogButtonItem.Create( |
ACollection: TCollection |
); override; |
ACollection |
|
Collection which owns the button item. |
Create is the overridden constructor for the class instance, and calls the inherited method on entry. It assigns an object inspector-friendly value to the Caption property, such as 'Button3'. The Caption is also used as the DisplayName for the collection item when assigned.
|
Caption text displayed on the button surface. |
|
Version 4.0 | Generated 2025-05-03 | Home |