System.Bindings.CustomWrapper.TCustomWrapper.Attached

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

Delphi

property Attached: Boolean read GetAttached;

C++

__property bool Attached = {read=GetAttached, nodefault};

プロパティ

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

説明

ラッパが物理オブジェクトに付けられるかどうかを示します。

Attached プロパティは、ラッパが物理オブジェクトに付けられるかどうかを示します。

関連項目