System.Bindings.EvalProtocol.IPlaceholder.Attached

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Attached: Boolean read GetAttached;

C++

__property bool Attached = {read=GetAttached};

Properties

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

Description

Specifies whether the wrapper is attached to a physical object.

The Attached property specifies whether the wrapper is attached to a physical object or not.

See Also