Bitmap property (Screen Control)
Builder Syntax |
Ltvcltyp::TBitmapHandle Bitmap |
Delphi Syntax |
Bitmap : TBitmapHandle |
Overview |
Refer to Implementing Screen Capture |
Remarks
A general property used by a number of methods, it is the handle to a LEAD bitmap. When assigning from the Main Bitmap property to this property, a reference to the source bitmap is created. A copy is NOT made. To remove the reference, assign a value of 0. If you assign from this property to a Main Control, a copy of the image will be made in the target Main Control. Note that the RefBitmap property in the Main control should be set to False before assigning from this property to Main Control.
See Also