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

TColorDialog.Create

Constructor for the class instance.

Declaration

Source position: dialogs.pp line 317

public constructor TColorDialog.Create(

  TheOwner: TComponent

); override;

Arguments

TheOwner

  

Owner of the class instance.

Description

Create is the constructor for TColorDialog, and calls the inherited Create method. Create allocates resources for and initializes the default values for the CustomColors and Options properties. Component style flags are also updated in the method.

See also

TCommonDialog.Create

  

Constructor for the class instance.


Version 4.0 Generated 2025-05-03 Home