Skip to main content
A newer version of this page is available. .

TdxCustomColorDialog.OnGetBasicColors Event

Enables you to redefine the basic colors.

Declaration

property OnGetBasicColors: TdxColorDialogGetBasicColorsEvent read; write;

Remarks

The Sender parameter specifies the color editor dialog. The BasicColors parameter passes the set of color values to populate the basic color set. The OnGetBasicColors event is called each time the color editor dialog is invoked. Handle this event to customize basic colors.

See Also