[Overview][Types][Classes][Procedures and functions][Index] |
Gets the class type used to create the Dialog instance for the action.
Source position: stdactns.pas line 417
protected function TColorSelect.GetDialogClass: TCommonDialogClass; override; |
Returns the TColorDialog type.
GetDialogClass is called from the CreateDialog method when the action class instance is created.
|
The color selection dialog for the action. |
|
|
Returns the class type for the dialog associated with this action. |
|
|
Create a new instance of the class type needed for the dialog in the action. |
|
|
Constructor for the class instance. |