The dimensions of an object without regard to position. 4Test defines this record data type as follows:
[-] type SIZE is record [ ] INTEGER iWidth [ ] INTEGER iHeight
The following table explains the fields.
| Field | Description |
|---|---|
| iWidth | The width of the object. INTEGER. |
| iHeight | The height of the object. INTEGER. |