TBackend.Empty

function Empty: Boolean; virtual; abstract;

Description

Shall return True if the back-end is empty. Subclasses have to implement this method to indicate whether they are empty depending on their internal state.
By design back-ends do not need to save the size of the allocated surface as this is handled by the owner bitmap. Thus, the bitmap instance will call this method to determine if there are any other conditions aside from the surface size, which is checked in TCustomMap.Empty.

See Also

TCustomMap.Empty