[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TStatusPanels - the collection of Status Panels in this StatusBar
Source position: comctrls.pp line 98
type TStatusPanels = class(TCollection) |
||
protected |
||
function GetOwner; override; |
|
|
procedure Update(); override; |
|
|
public |
||
constructor Create(); |
|
|
function Add; |
|
|
property Items: TStatusPanel; default; [rw] |
|
|
property StatusBar: TStatusBar; [r] |
|
The StatusBar to which this collection of Status Panels belongs |
end; |
|
TStatusPanels - the collection of Status Panels in this StatusBar |
|
| | ||
TCollection |
||
? | ||
TObject |