JCL Help:TJclBitmap32.Empty

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Indicates whether the bitmap contains an image.


Pascal

 public function Empty: Boolean; override;


Return Value

True, if the bitmap doesn't contain an image.


Description

Returns True if the bitmap is empty, that is Width or Height is zero.
If the bitmap is empty, it has no device context (Handle property) allocated.


See Also

Handle Height Width


About

Donator

Alex Denissov


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page