Vcl.Imaging.GIFImg.TGIFFrame.GetEmpty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEmpty: Boolean;

C++

bool __fastcall GetEmpty();

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Description

Returns True if there is no image attached to the GIF frame.

GetEmpty returns True if the GIF frame does not contain a image, and False otherwise.

See Also