[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: dialogs.pp line 628
public constructor TTaskDialogBaseButtonItem.Create( |
ACollection: TCollection |
); override; |
ACollection |
|
Collection which owns the button item. |
Create is the overridden constructor for the class instance. It calls the inherited method on entry, and sets the value in the Client property to the dialog which is the owner for the Collection. The value in ModalResult is set to the ID value for the collection item + 100.
|
TCustomTaskDialog where the button is used. |
|
|
Modal result value returned when the button is clicked. |
|
Version 4.0 | Generated 2025-05-03 | Home |