Form
Previous Top Next

Forms are the "parents" of all controls.
The first form that is shown will be the main form.
Program ends when the user closes the main form (or using AppClose).
When closing non main forms the forms actually hide and can be visible again using Form.Show
Form is the only control you can draw on.
Properties and Methods:
             CancelClose
             Circle
             Close
             Color
             DrawImage
             DrawString
             Enabled
             FCircle
             FDrawImage
             FDrawString
             FErase
             FGetPixel
             FLine
             Focus
             ForeLayer
             FPolygon
             GetPixel
             Height
             Image
             Line
             LoadPicture
             Name
             Polygon
             Refresh
             Show
             Text
             Visible
             Width
Events:
             Close
             KeyPress
             MouseDown
             MouseMove
             MouseUp
             Show