TRVPicture

<< 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

Description

TRVPicture is a TRVGraphic container.

In FireMonkey, TRVPictureFM is implemented as an analog of TPicture, to allow using the same graphic properties.

See also:

TRVStyle.InvalidPicture

TRVListLevel.Picture