Klasse TStatusBar

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TStatusBar = class(TWinControl)

Beschreibung

no description available, TWinControl description follows
no description available, TControl description follows
no description available, TLCLComponent description follows

Hierarchie

Übersicht

Methoden

Public constructor Create(TheOwner: TComponent); override;
Public destructor Destroy; override;
Public procedure InvalidatePanel(PanelIndex: integer; PanelParts: TPanelParts); virtual;
Public procedure BeginUpdate;
Public procedure EndUpdate;
Public function UpdatingStatusBar: boolean;

Eigenschaften

Public property Canvas: TCanvas read FCanvas;
Published property Action;
Published property AutoSize default true;
Published property Panels: TStatusPanels read FPanels write SetPanels;
Published property SimpleText: String read FSimpleText write SetSimpleText;
Published property SimplePanel: Boolean read FSimplePanel write SetSimplePanel default True;
Published property Visible default true;
Published property Color default clBtnFace;
Published property OnDblClick;
Published property OnDragDrop;
Published property OnDragOver;
Published property OnEndDrag;
Published property OnHint: TNotifyEvent read FOnHint write FOnHint;
Published property OnMouseDown;
Published property OnStartDrag;

Beschreibung

Methoden

Public constructor Create(TheOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public procedure InvalidatePanel(PanelIndex: integer; PanelParts: TPanelParts); virtual;
 
Public procedure BeginUpdate;
 
Public procedure EndUpdate;
 
Public function UpdatingStatusBar: boolean;
 

Eigenschaften

Public property Canvas: TCanvas read FCanvas;
 
Published property Action;
 
Published property AutoSize default true;
 
Published property Panels: TStatusPanels read FPanels write SetPanels;
 
Published property SimpleText: String read FSimpleText write SetSimpleText;
 
Published property SimplePanel: Boolean read FSimplePanel write SetSimplePanel default True;
 
Published property Visible default true;
 
Published property Color default clBtnFace;
 
Published property OnDblClick;
 
Published property OnDragDrop;
 
Published property OnDragOver;
 
Published property OnEndDrag;
 
Published property OnHint: TNotifyEvent read FOnHint write FOnHint;
 
Published property OnMouseDown;
 
Published property OnStartDrag;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:52