[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TStatusPanels

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TStatusPanels - the collection of Status Panels in this StatusBar

Declaration

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;

Inheritance

TStatusPanels

  

TStatusPanels - the collection of Status Panels in this StatusBar

|

TCollection

|

TPersistent

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.