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*/};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TStatusPanels |
Description
Lists the status panels in the collection.
The value of the Index parameter corresponds to the Index property of TStatusPanel. It represents the position of the status panel in the status bar.
See Also
Code Examples