TdxCustomColorDialog.Execute(HWND) Method
Displays the color editor dialog window.
Declaration
function Execute(AParentWnd: HWND): Boolean; overload; virtual;
Parameters
Name | Type |
---|---|
AParentWnd | HWND |
Returns
Type |
---|
Boolean |
Remarks
The AParentWnd parameter specifies a parent window handle for the color editor dialog popup window.
The Execute function returns False if the dialog window is closed by any method other than clicking the OK button. Otherwise, True is returned.
See Also