System.Bindings.EvalProtocol.IPlaceholder.Attach

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Attach(Obj: TObject);

C++

virtual void __fastcall Attach(System::TObject* Obj) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol IPlaceholder

Description

Attaches the wrapper to a new object.

The Attach method attaches the wrapper to a new object.

The Obj parameter specifies the new object to which the wrapper is attached. If Obj is nil, the wrapper is detached.

See Also