System.Bindings.CustomWrapper.TCustomWrapper.Attachment

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Attachment: TObject read GetAttachment;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Bindings.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper TCustomWrapper

説明

ラッパが付けられる新しいオブジェクトを示します。

Attachment プロパティは、ラッパが付けられる新しいオブジェクトを示します。

関連項目