System.Bindings.CustomScope.TCustomScope.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
System.Bindings.CustomScope.pas
System.Bindings.CustomScope.hpp
System.Bindings.CustomScope TCustomScope

Description

Creates an instance of a custom scope.

The Create constructor creates an instance of a custom scope.

See Also