System.Bindings.EvalProtocol.IPlaceholder.Attachment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Attachment: TObject read GetAttachment;

C++

__property System::TObject* Attachment = {read=GetAttachment};

Properties

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

Description

The object to which the wrapper is attached.

The Attachment property specifies the object to which the wrapper is attached.

See Also