Form_Width - DfBaseList
Sets the width of the form item in logical units (usually dialog units)
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iItem | Integer |
Syntax
Property Integer Form_Width
| Access Type | Syntax |
|---|---|
| Read Access: | Get Form_Width to IntegerVariable |
| Write Access: | Set Form_Width to IntegerVariable/Value |
Description
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