Vcl.Imaging.GIFImg.CF_GIF

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CF_GIF: WORD = 0;

C++

extern DELPHI_PACKAGE System::Word CF_GIF;

Properties

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

Description

Represents a GIF clipboard format identifier.

CF_GIF represents a GIF clipboard format identifier used in calls to the LoadFromClipboardFormat and SaveToClipboardFormat methods.

The value of CF_GIF is initialized when you first add the GIFImg namespace to your project.

See Also