<< Click to display table of contents >> TRVAControlPanel.ColorDialogInterface |
Specifies a custom color dialog for using in RichViewActions.
property ColorDialogInterface: TRVACustomColorDialogInterface;
This property allows using a custom (third-party) color dialog instead of the standard TColorDialog.
ColorDialogInterface has a higher priority than ColorDialog: if both ColorDialogInterface and ColorDialog are specified, ColorDialogInterface is used, ColorDialog is ignored.