Run-time VCL Package for RiverSoftAVG Common Classes Library
|
Name
|
Description
|
|
RSDeltaFont
|
Defines TFont descendants which make it easier to create font properties which are a modification of another font property.
|
|
RSGraphics
|
Defines classes, types, and functions useful for drawing and manipulating graphics as well as routines to make it easier to Write Cross-Library Graphics Code. The FMX.RS.Graphics unit is the FireMonkey version of the RSGraphics unit.
The RSGraphics and FMX.RS.Graphics unit defines a lot of types and constants that allow you to write cross-library code more easily. For example, instead of declaring a pixel as an Integer in VCL and a Single in FMX, you would declare the pixel as a TCanvasPixel. Then, you can use RSGraphics/FMX.RS.Graphics functions which accept the TCanvasPixel type and write code that works with both libraries.
|
|
RSHintWindow
|
Defines a hint window that can be used in VCL controls.
|
|
RSPathDesigner
|
Provides a design-time dialog for editing TRSPathData properties.
|
|
RSVclGraphics
|
Provides helper functions and types for VCL graphics code. This unit contains Windows/Vcl specific graphics routines, which were formerly in RSGraphics.pas
|
|
RSVclHelperFunctions
|
Provides help functions for VCL code
|
Top
|