RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColorSelect Class

TColorSelect is the standard action for displaying a color selection dialog.

Pascal
TColorSelect = class(TCommonDialogAction);
C++
class TColorSelect : public TCommonDialogAction;

Add TColorSelect to an action list to add a modal color selection dialog to your application. Controls such as menu items and tool buttons linked to this action cause the application to display the color selection dialog when invoked. Use the OnAccept event to respond after the user selects a color using the dialog or the OnCancel event to respond if the user cancels from the dialog. In the event handler for these events, you can read the color from the dialog specified by the Dialog property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!