[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Determines if the shared bitmap is empty.
Source position: graphics.pp line 1350
protected function TSharedCustomBitmap.IsEmpty: Boolean; override; |
True if the shared bitmap is empty.
IsEmpty is an overridden method in TSharedCustomBitmap used to determine if the shared bitmap is empty. IsEmpty calls the inherited method on entry, and adds additional logic needed for the Bitmap image format.
The return value is True when all of the following conditions are met:
|
Indicates if image content has been assigned for the shared image. |
Version 4.0 | Generated 2025-05-03 | Home |