Vcl.ComCtrls.TCoolBands

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

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTCoolBands

Delphi

TCoolBands = class(TCollection)

C++

class PASCALIMPLEMENTATION TCoolBands : public System::Classes::TCollection

プロパティ

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

説明

TCoolBandsTCoolBand オブジェクトのコンテナです。

TCoolBands は,TCoolBand オブジェクトのコレクションを TCoolBar に保持します。TCoolBands はその Items 配列で TCoolBand オブジェクトのインデックスを管理します。Count プロパティはコレクション内のバンド数を保持します。

関連項目