API:System.Tether.AppProfile.TLocalAction.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(ACollection: TCollection); override;

C++

__fastcall virtual TLocalAction(System::Classes::TCollection* ACollection);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TLocalAction

Beschreibung

Erstellt und initialisiert eine TCustomLocalItem-Instanz.

System.Tether.AppProfile.TLocalAction.Create erbt von System.Tether.AppProfile.TCustomLocalItem.Create. Der folgende Inhalt bezieht sich auf System.Tether.AppProfile.TCustomLocalItem.Create.

Erstellt und initialisiert eine TCustomLocalItem-Instanz.

Rufen Sie Create nicht auf, um einen lokalen Eintrag zu instantiieren. Rufen Sie stattdessen die Methode Add der Kollektion auf, zu der der Eintrag gehören muss:

Siehe auch