System.Bindings.EvalProtocol.IPlaceholder.Detach

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Detach;

C++

virtual void __fastcall Detach() = 0 ;

Properties

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

Description

Detaches the wrapper from the physical object.

The Detach method detaches the wrapper from the physical object and makes the wrapper a placeholder.

See Also