ImageAllocated - returns True if an image has been allocated.
Source position: graphics.pp line 1364
public function TSharedCustomBitmap.ImageAllocated: Boolean; |
True when the color format for the raw image data has been assigned.
ImageAllocated is a Boolean function which indicates if the internal raw image data has been allocated for the shared bitmap. The return value is True when the TRawImage instance in the class has a value other than ricfNone in its image descriptor.
| Version 4.4 | Generated 2025-11-08 | Home |