[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: interfacebase.pp line 92
public constructor TDialogButton.Create( |
ACollection: TCollection |
); override; |
ACollection |
|
Collection which owns the collection item. |
Create is the overridden constructor for the class instance, and calls the inherited method on entry.
ACollection is the TCollection instance which owns the new dialog button. It is assigned to the Collection property in the collection item.
Create sets the default values for the Caption and ModalResult properties.
|
Value displayed on the button face. |
|
|
The modal result value returned when the button is clicked. |
Version 4.0 | Generated 2025-05-03 | Home |