Vcl.ComCtrls.TCoolBands.Items
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 コレクション内のバンドの位置を表します。