Form_Column - DfBaseMenu
Controls the horizontal placement (column position) of the form display within the object
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iItem | Integer |
Syntax
Property Integer Form_Column
| Access Type | Syntax |
|---|---|
| Read Access: | Get Form_Column to IntegerVariable |
| Write Access: | Set Form_Column to IntegerVariable/Value |
Description
The Form_Column property controls the horizontal placement (column position) of the form display within the object. This uses logical units (most likely dialog units). This is most often used to set up column positions. Most of the higher level row based classes do not require you to set this; it will be calculated automatically by using the Form_Width column values.
Set Form_Column 0 to 0
Set Form_Column 1 to 30
Set Form_Column 2 to 50