Vcl.Imaging.GIFImg.TGIFApplicationExtension.SetAuthentication

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAuthentication(const Value: string);

C++

void __fastcall SetAuthentication(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 Authentication property.

The SetAuthentication function is called to assign the value specified by the Value parameter to the Authentication property.

See Also