Vcl.ComCtrls.TStatusPanels.Items
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 プロパティに対応します。この値はステータスバーにおけるステータスパネルの位置を表します。