System.Bindings.EvalProtocol.IPlaceholder.Attach

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure Attach(Obj: TObject);

C++

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

Propriétés

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

Description

Attache le wrapper à un nouvel objet.

La méthode Attach attache le wrapper à un nouvel objet.

Le paramètre Obj spécifie le nouvel objet auquel le wrapper est attaché. Si Obj vaut nil, le wrapper est détaché.

Voir aussi