TForm
FieldParam(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
SetBorderStyleSelf As TForm , byval value As TFormBorderStyleSUB
SetCaptionSelf As TForm , byval value As StringSUB
SetColorSelf As TForm , byval value As IntegerSUB
SetCursorSelf As TForm , byval value As HCURSorSUB
SetEnabledSelf As TForm , byval value As BooleanSUB
SetHeightSelf As TForm , byval value As IntegerSUB
SetHintSelf As TForm , byval value As StringSUB
SetFontSelf As TForm , byval value As TFontSUB
SetFormStyleSelf As TForm , byval value As TFormStyleSUB
SetIconSelf As TForm , byval value As HICONSUB
SetLeftSelf As TForm , byval value As IntegerSUB
SetMenuSelf As TForm , byval value As TMenuSUB
SetParentSelf As TForm , byval value As HWNDSUB
SetPopupMenuSelf As TForm , byval value As TPopupMenuSUB
SetPositionSelf As TForm , byval value As TPositionSUB
SetShowHintSelf As TForm , byval value As BooleanSUB
SetTopSelf As TForm , byval value As IntegerSUB
SetWidthSelf As TForm , byval value As IntegerSUB
SetWindowStateSelf As TForm , byval value As TWindowStateSUB
ArrangeSelf As TFormSUB
CascadeSelf As TFormSUB
CreateSelf As TFormSUB
CloseSelf As TFormSUB
CloseAllSelf As TFormSUB
SetFocusSelf As TFormSUB
BringToFrontSelf As TFormSUB
FreeSelf As TFormSUB
HideSelf As TFormSUB
InvalidateSelf As TFormSUB
MaximizeAllSelf As TFormSUB
MinimizeAllSelf As TFormSUB
RecreateSelf As TFormSUB
RepaintSelf As TFormSUB
RestoreAllSelf As TFormSUB
ShowSelf As TFormSUB
ShowModalSelf As TFormFUNCTION
TIleHorizontalSelf As TFormSUB
TileVerticalSelf As TFormSUB
OnActivateSelf As TFormSUB
OnClickSelf As TFormSUB
OnCreateSelf As TFormSUB
OnCloseSelf As TFormSUB
OnDblClickSelf As TFormSUB
OnDeactivateSelf As TFormSUB
OnDestroySelf As TFormSUB
OnKeyDownSelf As TForm , byval Key As WordSUB
OnKeyUpSelf As TForm , byval Key As WordSUB
OnKeyPressSelf As TForm , byval Key As ByteSUB
OnMouseDownSelf As TForm , byval Button As Integer , byval X As Integer , byval Y As Integer , byval Shift As IntegerSUB
OnMouseMoveSelf As TForm , byval X As Integer , byval Y As Integer , byval Shift As IntegerSUB
OnMouseUpSelf As TForm , byval Button As Integer , byval X As Integer , byval Y As Integer , byval Shift As IntegerSUB
OnMouseWheelSelf As TForm , byval direction As Integer , byval x As Integer , byval y As Integer , byval shift As IntegerSUB
OnMoveSelf As TFormSUB
OnMovingSelf As TFormSUB
OnShowSelf As TFormSUB
OnPaintSelf As TFormSUB
OnResizeSelf As TFormSUB
OnResizingSelf As TFormSUB