TdxCustomColorDialog.OnShow Event
Enables you to respond to display of the color editor dialog window.
Declaration
property OnShow: TNotifyEvent read; write;
Remarks
The Sender parameter specifies the color editor dialog.
Handle this event to respond to display of the color editor dialog window.
See Also