System.Bindings.CustomWrapper.TCustomWrapper.Attachment

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Attachment: TObject read GetAttachment;

C++

__property System::TObject* Attachment = {read=GetAttachment};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Bindings.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper TCustomWrapper

Beschreibung

Gibt das Objekt an, dem der Wrapper hinzugefügt wird.

Die Eigenschaft Attachment gibt das Objekt an, dem der Wrapper hinzugefügt wird.

Siehe auch