Vcl.WinXCtrls.TRelativePanelControlCollection.Controls

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

Delphi

property Controls[Index: Integer]: TControl read GetControl write SetControl;

C++

__property Vcl::Controls::TControl* Controls[int Index] = {read=GetControl, write=SetControl};

プロパティ

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


説明

TControl インスタンスへのアクセスを提供します。

Controls は配列プロパティで、関連づけられているコントロール項目によって管理される、TControl コンポーネントそれぞれに対してアクセスを提供します。

関連項目