[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 97
type TStatusPanels = class(TCollection) end; |
||
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 |
|
TStatusPanels - the collection of Status Panels in this StatusBar |
|
| | ||
TCollection |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |