FMX.Graphics.TBitmap.IsEmpty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsEmpty: Boolean;

C++

bool __fastcall IsEmpty(void);

Properties

Type Visibility Source Unit Parent
function public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap

Description

Verifies whether the current TBitmap is empty.

Note: A TBitmap is empty if either its Width or Height is equal to 0.

See Also