Vcl.Imaging.GIFImg.TGIFFrame.Empty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Empty: boolean read GetEmpty;

C++

__property bool Empty = {read=GetEmpty, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Description

Specifies whether the GIF frame contains an image.

The Empty property specifies whether the GIF frame contains an image or is empty.

See Also