Vcl.Imaging.GIFImg.TGIFApplicationExtension.SetIdentifier

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetIdentifier(const Value: string);

C++

void __fastcall SetIdentifier(const System::UnicodeString Value);

Properties

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

Description

Sets the value of the Identifier property.

The SetIdentifier function is called to assign the value specified by the Value parameter to the Identifier property.

See Also