Form
The EWC implementation of ⎕WC class Form has some degree of support for:
| Properties | |||
|---|---|---|---|
| BCol | Coord | *Posn | Visible |
| CSS | Flex | *Size | |
| Caption | Picture | SysMenu |
* indicates that the property can change after it has been set.
| Events | |||
|---|---|---|---|
| Configure | MouseEnter | MouseMove | |
| MouseDown | MouseLeave | MouseUp |
NB: Links above are to the complete ⎕WC documentation
Known Limitations
Coord defaults to Pixel, Size to 400 600 and Posn to 100 100.
The Picture property must refer to a file which resides in one of the folders
defined in the EWC.RESOURCES array. See Images
for more information.