System.Bindings.CustomScope.TCustomScope.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
constructor public
System.Bindings.CustomScope.pas
System.Bindings.CustomScope.hpp
System.Bindings.CustomScope TCustomScope

説明

カスタム スコープのインスタンスを作成します。

Create コンストラクタは、カスタム スコープのインスタンスを作成します。

関連項目