Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

dxColorDialogDefaultBasicColors Constant

Determines the default basic color set for the color editor dialog.

#Declaration

Delphi
const dxColorDialogDefaultBasicColors: TdxColorDialogBasicColors = ($FFFF8080, $FFFFFF80, $FF80FF80, $FF00FF80, $FF80FFFF, $FF0080FF, $FFFF80C0, $FFFF80FF, $FFFF0000, $FFFFFF00, $FF80FF00, $FF00FF40, $FF00FFFF, $FF0080C0, $FF8080C0, $FFFF00FF, $FF804040, $FFFF8040, $FF00FF00, $FF008080, $FF004080, $FF8080FF, $FF800040, $FFFF0080, $FF800000, $FFFF8000, $FF008000, $FF008040, $FF0000FF, $FF0000A0, $FF800080, $FF8000FF, $FF400000, $FF804000, $FF004000, $FF004040, $FF000080, $FF000040, $FF400040, $FF400080, $FF000000, $FF808000, $FF808040, $FF808080, $FF408080, $FFC0C0C0, $FF400040, $FFFFFFFF);

#Returns

Type
TdxColorDialogBasicColors

#Remarks

This global constant is used to initialize the basic color set with predefined colors, matching the basic colors found in the system Color dialog and the VCL TColorDialog component when the color editor dialog is invoked.

See Also