System.Bindings.CustomScope.TCustomScope.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const MappedObject: TObject; MetaClass: TClass); virtual;

C++

__fastcall virtual TCustomScope(System::TObject* const MappedObject, System::TClass MetaClass);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
System.Bindings.CustomScope.pas
System.Bindings.CustomScope.hpp
System.Bindings.CustomScope TCustomScope

Beschreibung

Erstellt eine Instanz eines benutzerdefinierten Gültigkeitsbereichs.

Der Konstruktor Create erstellt eine Instanz eines benutzerdefinierten Gültigkeitsbereichs.

Siehe auch