[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 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;

Inheritance

TStatusPanels

  

TStatusPanels - the collection of Status Panels in this StatusBar

|

TCollection

?

TObject