Form_Column - DfBaseList

Controls the horizontal placement (column position) of the form display within the object

Type: Property

Access: Read/Write

Data Type: Integer

Parameters: Integer iItem

ParameterDescription
iItem (Optional)The item number (0 if omitted).


Syntax
 Property Integer Form_Column

Read Access: Get Form_Column [iItem] to IntegerVariable
Write Access: Set Form_Column [iItem] 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