Vcl.ComCtrls.TStatusPanels.Items

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

Delphi

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

C++

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

プロパティ

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

説明

コレクション内のステータスパネルのリストを表示します。

Index パラメータの値は TStatusPanel の Index プロパティに対応します。この値はステータスバーにおけるステータスパネルの位置を表します。

関連項目