[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'StdActns' (#lcl)

TColorSelect.GetDialogClass

Gets the class type used to create the Dialog instance for the action.

Declaration

Source position: stdactns.pas line 417

protected function TColorSelect.GetDialogClass: TCommonDialogClass; override;

Function result

Returns the TColorDialog type.

Description

GetDialogClass is called from the CreateDialog method when the action class instance is created.

See also

TColorSelect.Dialog

  

The color selection dialog for the action.

TCommonDialogAction.GetDialogClass

  

Returns the class type for the dialog associated with this action.

TCommonDialogAction.CreateDialog

  

Create a new instance of the class type needed for the dialog in the action.

TCommonDialogAction.Create

  

Constructor for the class instance.