<< Click to display table of contents >> Interfaces | Color Dialog Interfaces |
By default, RichViewActions use the standard TColorDialog. You can assign a specific TColorDialog component to ColorDialog property of TRVAControlPanel, and all RichViewActions will use this component.
Alternatively, you can use third-party color dialogs via a color interface component. All color dialog interface components are inherited TRVCustomColorDialogInterface.
To use a color dialog interface component, assign it to ColorDialogInterface property of TRVAControlPanel component.
The following download interface components are provided:
Component |
Requires |
Dialog Component |
TRVADXColorDialogInterface |
DevExpress VCL Components |
TdxColorDialog |
See also