Create(TComponent,HWND) Constructor
In This Article
Initializes a new instance of the TdxColorDialogForm class with specified settings.
#Declaration
Delphi
constructor Create(AInvoker: TComponent; AOwnerWindow: HWND); reintroduce; virtual;
#Parameters
Name | Type |
---|---|
AInvoker | TComponent |
AOwner |
HWND |
See Also