System.Bindings.CustomWrapper.TCustomWrapper.Attach

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

Delphi

procedure Attach(Obj: TObject); inline;

C++

void __fastcall Attach(System::TObject* Obj);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Bindings.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper TCustomWrapper

説明

ラッパを新しいオブジェクトにつけます。

Attach メソッドは、ラッパを新しいオブジェクトにつけます。

パラメータ 意味
Obj ラッパが付けられる新しいオブジェクト。 Objnil の場合、ラッパは外されます。

関連項目