API:Vcl.Imaging.GIFImg.TGIFAppExtNSLoop.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AFrame: TGIFFrame); override;

C++

__fastcall virtual TGIFAppExtNSLoop(TGIFFrame* AFrame)/* overload */;
/* TGIFApplicationExtension.Create */ inline __fastcall TGIFAppExtNSLoop(TGIFFrame* ASubImage, const TGIFApplicationRec &Ident)/* overload */ : TGIFApplicationExtension(ASubImage, Ident) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFAppExtNSLoop

Beschreibung


Erzeugt eine Instanz der TGIFExtension-Klasse.

Vcl.Imaging.GIFImg.TGIFAppExtNSLoop.Create erbt von Vcl.Imaging.GIFImg.TGIFExtension.Create. Der folgende Inhalt bezieht sich auf Vcl.Imaging.GIFImg.TGIFExtension.Create.

Erzeugt eine Instanz der TGIFExtension-Klasse.

Rufen Sie Create auf, um eine Instanz der TGIFExtension-Klasse zu erstellen.

Siehe auch