[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 99
type TStatusPanels = class(TCollection) |
||
protected |
||
function GetOwner; override; |
|
GetOwner returns a Status Bar, overriding the inherited method |
procedure Update(); override; |
|
|
public |
||
constructor Create(); |
|
Create - constructor for TStatusPanels: calls inherited Create and attaches itself to StatusBar |
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 |
|
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |