RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.TColorDialogOptions Type

TColorDialogOption and TColorDialogOptions specify options for a TColorDialog component.

Pascal
TColorDialogOptions = set of TColorDialogOption;
C++
TColorDialogOption TColorDialogOptions;

Dialogs

TColorDialogOptions is a set of TColorDialogOption values. The possible values of TColorDialogOption are

Value 
Meaning 
cdFullOpen  
Display custom color options when the dialog opens.  
cdPreventFullOpen  
Disable the Define Custom Colors button in the dialog, so that the user cannot define new colors.  
cdShowHelp  
Add a Help button to the color dialog.  
cdSolidColor  
Direct Windows to use the nearest solid color to the color chosen.  
cdAnyColor  
Allow the user to select non-solid colors (which may have to be approximated by dithering).  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!