System.Bindings.CustomWrapper.TCustomWrapper.Attached

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Attached: Boolean read GetAttached;

C++

__property bool Attached = {read=GetAttached, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper TCustomWrapper

Description

Specifies whether the wrapper is attached to a physical object.

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

See Also