System.Bindings.CustomWrapper.TCustomWrapper.GetAttachment

From RAD Studio API Documentation
Jump to: navigation, search

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