RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPicture.Create Constructor

Creates a TPicture object.

Pascal
constructor Create;
C++
__fastcall TPicture();

Call Create to create an instance of TPicture at runtime. Create allocates the memory for the picture object and initializes its internal formats. After creating the TPicture object, use the LoadFromClipboardFormat or LoadFromFile method to assign a graphical image to the picture, so that it is available to the application. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!