Form
The EWC implementation of ⎕WC class Form has some degree of support for:
| Properties | |||
|---|---|---|---|
| BCol | Coord | Posn | |
| CSS | Flex | Size | |
| Caption | Picture | Visible |
| Events | |||
|---|---|---|---|
| Configure | MouseDown | 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.