| Parameter | Description |
|---|---|
| iItem (Optional) | The item number (0 if omitted) |
Property Integer Form_Width
| Read Access: | Get Form_Width [iItem] to IntegerVariable |
| Write Access: | Set Form_Width [iItem] to IntegerVariable/Value |
The Form_width property sets the width of the form item in logical units (usually dialog units). This is usually used to determine the with of columns in a table and is applied to each column in the object. In the higher level row based classes this property will automatically determine the column position of each form.
Set Form_width 0 to 30 Set Form_width 1 to 20 Set Form_width 2 to 100