System.Bindings.CustomWrapper.TCustomWrapper.GetAttached

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAttached: Boolean; inline;

C++

bool __fastcall GetAttached();

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