Open main menu

RAD Studio API Documentation β

System.Bindings.CustomWrapper.TCustomWrapper.GetAttachment

Delphi

function GetAttachment: TObject; inline;

C++

System::TObject* __fastcall GetAttachment();

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 Attachment property.

The GetAttachment method is the getter implementation for the Attachment property. GetAttachment returns the object to which the wrapper is attached.

See Also