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