Vcl.ShadowWnd.TShadowWindow.Control

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

Delphi

property Control: TControl read FControl write SetControl;

C++

__property Vcl::Controls::TControl* Control = {read=FControl, write=SetControl};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ShadowWnd.pas
Vcl.ShadowWnd.hpp
Vcl.ShadowWnd TShadowWindow

説明

TShadowWindow オブジェクトがバインドするコントロールを指定します。

Control プロパティを使用すると、影オブジェクトがバインドされたコントロールを読み取りまたは変更することができます。

関連項目