Vcl.Graphics.TWICImage.GetEmpty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEmpty: Boolean; override;

C++

virtual bool __fastcall GetEmpty();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TWICImage

Description

Indicates whether this image is empty.

GetEmpty indicates whether the TWICImage object contains a graphic or not. A valid instance of TWICImage does not necessarily mean that it contains a valid image.

GetEmpty is the getter method for the Empty property.

See Also