Open main menu

RAD Studio API Documentation β

System.Bindings.CustomWrapper.TCustomWrapper.GetAttached

Delphi

function GetAttached: Boolean; inline;

C++

bool __fastcall GetAttached(void);

Properties

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

Description

Getter implementation for the Attached property.

The GetAttached method is the getter implementation for the Attached property. GetAttached determines whether the wrapper is attached to a physical object.

See Also