|
<< 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) |
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.
Availability
Delphi and C++Builder 10.3 and newer.
License:
Google Material Symbols and Icons are licensed under the Apache License, Version 2.0 (the "License"); You may not use them except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. The following changes there made: •New images were created based on Google Material Symbols and Icons, using elements present in the original set of images. •Small images were edited to align objects pixel-perfectly without blurring. |
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