Vcl.Imaging.GIFImg.TGIFBlock.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TGIFBlock();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFBlock

Description

Destroys an instance of the TGIFBlock class.

Call Destroy to destroy an instance of the TGIFBlock class.

See Also