TLabel |
Field | Param(s) | Type |
Align | - | TAlign |
Alignment | - | TStaticAlignment |
BorderStyle | - | TStaticBorderStyle |
Caption | - | String |
ClientRect | - | RECT |
Color | - | Integer |
Cursor | - | HCURSOR |
Enabled | - | Boolean |
Font | - | TFont |
Handle | - | HWND |
Height | - | Integer |
HelpContext | - | Integer |
Hint | - | String |
Left | - | Integer |
Params | - | TParams |
Parent | - | HWND |
PopupMenu | - | TPopupMenu |
ShowHint | - | Boolean |
Tag | - | Integer |
Top | - | Integer |
Visible | - | Boolean |
Width | - | Integer |
| - | |
BringToFront | Self As TLabel | SUB |
Create | Self As TLabel | FUNCTION |
Free | Self As TLabel | SUB |
| - | |
SetAlign | Self As TLabel , byval fAlign As TAlign | SUB |
SetAlignment | Self As TLabel , byval fAlignment As TStaticAlignment | SUB |
SetBorderStyle | Self As TLabel , byval fBorderStyle As TStaticBorderStyle | SUB |
SetCaption | Self As TLabel , byval fCaption As String | SUB |
SetColor | Self As TLabel , byval fColor As Integer | SUB |
SetCursor | Self As TLabel , byval fCursor As HCURSOR | SUB |
SetEnabled | Self As TLabel , byval fEnabled As Boolean | SUB |
SetFont | Self As TLabel , fFont As TFont | SUB |
SetHeight | Self As TLabel , byval fHeight As Integer | SUB |
SetHint | Self As TLabel , byval fHint As String | SUB |
SetLeft | Self As TLabel , byval fLeft As Integer | SUB |
SetParent | Self As TLabel , byval fParent As HWND | SUB |
SetPopupMenu | Self As TLabel , PopupMenu As TPopupMenu | SUB |
SetShowHint | Self As TLabel , byval fShowHint As Boolean | SUB |
SetTop | Self As TLabel , byval fTop As Integer | SUB |
SetVisible | Self As TLabel , byval fVisible As Boolean | SUB |
SetWidth | Self As TLabel , byval fWidth As Integer | SUB |
| - | |
OnClick | Self As TLabel | SUB |
OnDblClick | Self As TLabel | SUB |
OnKeyDown | Self As TLabel , Key As Word | SUB |
OnKeyPress | Self As TLabel , Key As Byte | SUB |
OnKeyUp | Self As TLabel , Key As Word | SUB |
OnMouseDown | Self As TLabel , byval Button As Integer , byval X As Integer , byval Y As Integer , byval Shift As Integer | SUB |
OnMouseMove | Self As TLabel , byval X As Integer , byval Y As Integer , byval Shift As Integer | SUB |
OnMouseUp | Self As TLabel , byval Button As Integer , byval X As Integer , byval Y As Integer , byval Shift As Integer | SUB |
| |