[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Updates image handles when the raw image data is loaded.
Source position: graphics.pp line 1280
protected function TRasterImage.UpdateHandles( |
ABitmap: HBITMAP; |
AMask: HBITMAP |
):Boolean; virtual; abstract; |
ABitmap |
|
Handle for the Bitmap. |
AMask |
|
Handle for the Mask. |
True when the handle has changed for the image.
UpdateHandles is called when handles are created for the raw image in the class instance. Returns True when the Handle for the bitmap image is changed in the method. Declared as an abstract virtual method. Must be implemented in a descendent class.
Version 4.0 | Generated 2025-05-03 | Home |