[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 281

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 and initializes the Color and CustomColors properties.

See also

TCommonDialog.Create

  

Constructor for the class instance.


Version 3.2 Generated 2024-02-25 Home