Vcl.Imaging.GIFImg.GIFImageDefaultTransparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GIFImageDefaultTransparent: boolean = True;

C++

extern DELPHI_PACKAGE bool GIFImageDefaultTransparent;

Properties

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

Description

Specifies the default value for the Transparent property of a newly created TGIFImage object.

Change the value of GIFImageDefaultTransparent to specify the value assigned to the Transparent property of a newly created TGIFImage object.

The implicit value of GIFImageDefaultTransparent is True.

See Also