Klasse TStatusBar
Unit
ComCtrls
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
Eigenschaften
Beschreibung
Methoden
 |
constructor Create(TheOwner: TComponent); override; |
|
 |
destructor Destroy; override; |
|
 |
procedure InvalidatePanel(PanelIndex: integer; PanelParts: TPanelParts); virtual; |
|
 |
procedure BeginUpdate; |
|
 |
procedure EndUpdate; |
|
 |
function UpdatingStatusBar: boolean; |
|
Eigenschaften
 |
property Canvas: TCanvas read FCanvas; |
|
 |
property Action; |
|
 |
property AutoSize default true; |
|
 |
property SimpleText: String read FSimpleText write SetSimpleText; |
|
 |
property SimplePanel: Boolean read FSimplePanel write SetSimplePanel default True; |
|
 |
property Visible default true; |
|
 |
property Color default clBtnFace; |
|
 |
property OnDblClick; |
|
 |
property OnDragDrop; |
|
 |
property OnDragOver; |
|
 |
property OnEndDrag; |
|
 |
property OnHint: TNotifyEvent read FOnHint write FOnHint; |
|
 |
property OnMouseDown; |
|
 |
property OnStartDrag; |
|
Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:52