Run-time FMX Package for RiverSoftAVG Common Classes Library
|
Name
|
Description
|
|
FMX.RS.CanvasHelper
|
Defines classes and helpers to make FMX TCanvas have VCL functions enabling easier code portability.
|
|
FMX.RS.DeltaFont
|
Defines TFont descendants which make it easier to create font properties which are a modification of another font property.
|
|
FMX.RS.Graphics
|
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 RSGraphics unit is the VCL version of the FMX.RS.Graphics 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.
|
|
FMX.RS.HelperFunctions
|
Provides helper functions for FMX code.
|
|
FMX.RS.HintWindow
|
Defines a hint window for FMX controls.
|
|
FMX.RS.Platform
|
Defines FMX platform services not provided by Embarcadero.
|
|
FMX.RS.TreeViewHelper
|
Defines helper classes for manipulating FMX TTreeView and TTreeViewItem.
|
Top
|