TButton
FieldParam(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
-
CreateSelf As TButtonFUNCTION
BringToFrontSelf As TButtonSUB
FreeSelf As TButtonSUB
SetFocusSelf As TButtonSUB
-
SetAlignSelf As TButton , byval fAlign As TAlignSUB
SetCaptionSelf As TButton , byval fCaption As StringSUB
SetCursorSelf As TButton , byval fCursor As HCURSORSUB
SetEnabledSelf As TButton , byval fEnabled As BooleanSUB
SetFontSelf As TButton , fFont As TFontSUB
SetHeightSelf As TButton , byval fHeight As IntegerSUB
SetHintSelf As TButton , byval fHint As StringSUB
SetLeftSelf As TButton , byval fLeft As IntegerSUB
SetParentSelf As TButton , byval fParent As HWNDSUB
SetPopupMenuSelf As TButton , PopupMenu As TPopupMenuSUB
SetShowHintSelf As TButton , byval fShowHint As BooleanSUB
SetTopSelf As TButton , byval fTop As IntegerSUB
SetVisibleSelf As TButton , byval fVisible As BooleanSUB
SetWidthSelf As TButton , byval fWidth As IntegerSUB
-
OnClickSelf As TButtonSUB
OnKeyDownSelf As TButton , Key As WordSUB
OnKeyPressSelf As TButton , Key As ByteSUB
OnKeyUpSelf As TButton , Key As WordSUB
OnMouseDownSelf As TButton , byval Button As Integer , byval X As Integer , byval Y As Integer , byval Shift As IntegerSUB
OnMouseMoveSelf As TButton , byval X As Integer , byval Y As Integer , byval Shift As IntegerSUB
OnMouseUpSelf As TButton , byval Button As Integer , byval X As Integer , byval Y As Integer , byval Shift As IntegerSUB