[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: stdactns.pas line 138
public constructor TCommonDialogAction.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited method on entry. Create calls CreateDialog to create and configure a new instance of the dialog class type used in the implementation. It sets the value in Enabled to True.
|
Create a new instance of the class type needed for the dialog in the action. |
|
|
Returns the class type for the dialog associated with this action. |
|
|
Enabled - whether this action is able to be used (default is True). |
|
Version 4.0 | Generated 2025-05-03 | Home |