<< Click to display table of contents >> TRVPicture |
A class for objects that contains TRVGraphic objects inside.
Unit [VCL/FMX]: RVType / fmxRVType;
Syntax [VCL]:
TRVPicture = TPicture;
Syntax [FMX]:
TRVPicture = TRVPictureFM;
TRVPictureFM = class (TPersistent);
// TRVPictureFM is defined in fmxRVGraphicsFM unit
TRVPicture is a TRVGraphic container.
In FireMonkey, TRVPictureFM is implemented as an analog of TPicture, to allow using the same graphic properties.
See also: