TForm |
Field | Param(s) | Type |
ActiveMDIChild | - | HWND |
BorderStyle | - | TFormBorderStyle |
Caption | - | String |
Canvas | - | TCanvas |
ClientRect | - | RECT |
ClientHandle | - | HWND |
CloseAction | - | TCloseAction |
Color | - | Integer |
Constraints | - | TConstraint |
Cursor | - | HCURSor |
Enabled | - | Boolean |
Font | - | TFont |
FormStyle | - | TFormStyle |
Handle | - | HWND |
Height | - | Integer |
HelpContext | - | Integer |
Hint | - | String |
Icon | - | HICON |
IconHelp | - | Boolean |
IsModal | - | Boolean |
KeyPreview | - | Boolean |
Left | - | Integer |
MDIChilds | - | TList |
ModalResult | - | TModalResult |
Menu | - | TMenu |
Params | - | TParams |
Parent | - | HWND |
PopupMenu | - | TPopupMenu |
Position | - | TPosition |
ShowHint | - | Boolean |
Tag | - | Integer |
Top | - | Integer |
Visible | - | Integer |
Width | - | Integer |
WindowState | - | TWindowState |
SetBorderStyle | Self As TForm , byval value As TFormBorderStyle | SUB |
SetCaption | Self As TForm , byval value As String | SUB |
SetColor | Self As TForm , byval value As Integer | SUB |
SetCursor | Self As TForm , byval value As HCURSor | SUB |
SetEnabled | Self As TForm , byval value As Boolean | SUB |
SetHeight | Self As TForm , byval value As Integer | SUB |
SetHint | Self As TForm , byval value As String | SUB |
SetFont | Self As TForm , byval value As TFont | SUB |
SetFormStyle | Self As TForm , byval value As TFormStyle | SUB |
SetIcon | Self As TForm , byval value As HICON | SUB |
SetLeft | Self As TForm , byval value As Integer | SUB |
SetMenu | Self As TForm , byval value As TMenu | SUB |
SetParent | Self As TForm , byval value As HWND | SUB |
SetPopupMenu | Self As TForm , byval value As TPopupMenu | SUB |
SetPosition | Self As TForm , byval value As TPosition | SUB |
SetShowHint | Self As TForm , byval value As Boolean | SUB |
SetTop | Self As TForm , byval value As Integer | SUB |
SetWidth | Self As TForm , byval value As Integer | SUB |
SetWindowState | Self As TForm , byval value As TWindowState | SUB |
Arrange | Self As TForm | SUB |
Cascade | Self As TForm | SUB |
Create | Self As TForm | SUB |
Close | Self As TForm | SUB |
CloseAll | Self As TForm | SUB |
SetFocus | Self As TForm | SUB |
BringToFront | Self As TForm | SUB |
Free | Self As TForm | SUB |
Hide | Self As TForm | SUB |
Invalidate | Self As TForm | SUB |
MaximizeAll | Self As TForm | SUB |
MinimizeAll | Self As TForm | SUB |
Recreate | Self As TForm | SUB |
Repaint | Self As TForm | SUB |
RestoreAll | Self As TForm | SUB |
Show | Self As TForm | SUB |
ShowModal | Self As TForm | FUNCTION |
TIleHorizontal | Self As TForm | SUB |
TileVertical | Self As TForm | SUB |
OnActivate | Self As TForm | SUB |
OnClick | Self As TForm | SUB |
OnCreate | Self As TForm | SUB |
OnClose | Self As TForm | SUB |
OnDblClick | Self As TForm | SUB |
OnDeactivate | Self As TForm | SUB |
OnDestroy | Self As TForm | SUB |
OnKeyDown | Self As TForm , byval Key As Word | SUB |
OnKeyUp | Self As TForm , byval Key As Word | SUB |
OnKeyPress | Self As TForm , byval Key As Byte | SUB |
OnMouseDown | Self As TForm , byval Button As Integer , byval X As Integer , byval Y As Integer , byval Shift As Integer | SUB |
OnMouseMove | Self As TForm , byval X As Integer , byval Y As Integer , byval Shift As Integer | SUB |
OnMouseUp | Self As TForm , byval Button As Integer , byval X As Integer , byval Y As Integer , byval Shift As Integer | SUB |
OnMouseWheel | Self As TForm , byval direction As Integer , byval x As Integer , byval y As Integer , byval shift As Integer | SUB |
OnMove | Self As TForm | SUB |
OnMoving | Self As TForm | SUB |
OnShow | Self As TForm | SUB |
OnPaint | Self As TForm | SUB |
OnResize | Self As TForm | SUB |
OnResizing | Self As TForm | SUB |
| |