TStatusBar |
Field | Param(s) | Type |
Align | - | TAlign |
ClientRect | - | RECT |
Cursor | - | HCURSOR |
Enabled | - | Boolean |
Font | - | TFont |
Handle | - | HWND |
Height | - | Integer |
Left | - | Integer |
Panels | - | Ptr |
PanelCount | - | Integer |
Params | - | TParams |
Parent | - | HWND |
PopupMenu | - | TPopupMenu |
Top | - | Integer |
Visible | - | Boolean |
Width | - | Integer |
| - | |
AddPanel | Self As TStatusBar , byval fCaption As String , byval fWidth As Integer , byval fDrawStyle As Integer | SUB |
Clear | Self As TStatusBar , byval fIndex As Integer | SUB |
Create | Self As TStatusBar | FUNCTION |
Free | Self As TStatusBar | SUB |
| - | |
SetAlign | Self As TStatusBar , byval fAlign As TAlign | SUB |
SetCursor | Self As TStatusBar , byval fCursor As HCURSOR | SUB |
SetPanelText | Self As TStatusBar , byval fIndex As Integer , byval fText As String | SUB |
SetLeft | Self As TStatusBar , byval fLeft As Integer | SUB |
SetTop | Self As TStatusBar , byval fTop As Integer | SUB |
SetWidth | Self As TStatusBar , byval fWidth As Integer | SUB |
SetHeight | Self As TStatusBar , byval fHeight As Integer | SUB |
SetParent | Self As TStatusBar , byval fParent As HWND | SUB |
SetEnabled | Self As TStatusBar , byval fEnabled As Boolean | SUB |
SetVisible | Self As TStatusBar , byval fVisible As Boolean | SUB |
SetFont | Self As TStatusBar , Font As TFont | SUB |
SetPopupMenu | Self As TStatusBar , PopupMenu As TPopupMenu | SUB |
| - | |
OnResize | Self As TStatusBar | SUB |
OnClick | Self As TStatusBar | SUB |
| |