The AForm class defines a window that makes up part of an application's user interface. The form window is divided to non-client and client areas. The non-client area contains its caption and border. The client area is used to display the form controls. A form may contains menu and controls objects and can have three types: Normal, MDI Frame and MDI Child. You create the form using the ATEasy Load statement. The Form object can be accessed within the form code using the Form internal variable.
|
|
| OnLostFocus | ||
| OnWhatsThisHelp | ||
|
||
| OnKeyDown |
|
|
||
|