[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Determines if the handle for the shared bitmap has been allocated.
Source position: graphics.pp line 1354
public function TSharedCustomBitmap.HandleAllocated: Boolean; override; |
True when the handle has a non-zero value.
HandleAllocated is an overridden method used to determine if the handle for the shared bitmap has been allocated. HandleAllocated implements the abstract virtual method defined in TSharedImage.
The return value is True when the internal handle has a non-zero value.
|
Indicates whether a handle been allocated for the image. |
Version 4.0 | Generated 2025-05-03 | Home |