<< Click to display table of contents >> TCustomRichView.UseVCLThemes [VCL] |
Allows using colors of VCL or custom themes.
property UseVCLThemes: Boolean;
(introduced in version 17)
If True:
▪if RVGetSystemColor is defined, it is used to change colors in the document, otherwise
▪all colors in document are changed according to the current VCL theme
Note: VCL themes are available in Delphi XE2 and newer.
Default value
False
See also: