Vcl.WinXCtrls.TCustomRelativePanel.ControlCollection

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

Delphi

property ControlCollection: TRelativePanelControlCollection read FControlCollection write SetControlCollection;

C++

__property TRelativePanelControlCollection* ControlCollection = {read=FControlCollection, write=SetControlCollection};

プロパティ

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


説明

この相対パネルに関連づけられている TRelativePanelControlItem のコレクションへの参照。

関連項目