System.Bindings.CustomWrapper.TCustomWrapper.Attach

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Attach(Obj: TObject); inline;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bindings.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper TCustomWrapper

Description

Attaches the wrapper to a new object.

The Attach method attaches the wrapper to a new object.

Parameter Meaning
Obj The new object to which the wrapper is attached. If Obj is nil, the wrapper is detached.

See Also