Property VLImageGen.TVLImageGen.Picture
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLImageGen
Contents |
Syntax
Delphi:
property Picture : TPicture read FPicture write SetPicture;
C++ Builder:
__property TPicture * Picture = { read=FPicture, write=SetPicture };
Summary
Image to be used for image generation.
Description
Specifies the image that will be used to generate the frames.
Use Picture to specify the image for the TVLImageGen component. Picture is a reference to a TPicture object. Use properties and methods of TPicture to specify a bitmap, JPEG, icon, metafile, or user-defined graphic to be displayed by the image control.
Setting Picture at design time brings up the Picture Editor, which can be used to specify the file that contains the image.