Vcl.ComCtrls.TCoolBands.Items

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

Delphi

property Items[Index: Integer]: TCoolBand read GetItem write SetItem; default;

C++

__property TCoolBand* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};

プロパティ

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

説明

TCoolBands 内のバンドのリストを表示します。

Items プロパティを使用すると,個々のクールバンドにアクセスできます。Index パラメータの値は,TCoolBand の Index プロパティに対応します。これは,TCoolBands コレクション内のバンドの位置を表します。

関連項目