TRVAControlPanel.DialogIcons

<< Click to display table of contents >>

TRVAControlPanel.DialogIcons

Defines the image set used in dialogs.

type
  TRVAIconSet = (rvaicnClassic, rvaicnGoogle);
 
property DialogIcons: TRVAIconSet;

Value

Meaning

rvaicnClassic

Standard images of RichViewActions

rvaicnGoogle

Images based on Google Material Symbols and Icons

(for RAD Studio 10.3 and newer)

Standard images

Availability:

All supported versions of Delphi, C++Builder, and Lazarus.

License

No special license; integral part of RichViewActions.

Support of High-DPI display modes

Yes (partial). The original images were created for 96 dpi (zoom 100%). If the screen's DPI is higher, the images are scaled accordingly, but only by an integer number (2x, 3x, etc.). The quality of the enlarged images is lower than the original.

Support for color themes

Partial. For dark color themes, image colors are inverted.

Images based on Google Material Symbols and Icons

Availability

Delphi and C++Builder 10.3 and newer.

License:

hmtoggle_arrow1Apache License, Version 2.0

Support of High-DPI display modes

Yes. The set includes versions of images in various sizes, from which the most suitable ones are selected and scaled if necessary.

Support for color themes

Yes. The color of images changes to the color of text (of Windows theme or VCL theme)

 

Default value:

rvaicnClassic