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: Integer iItem

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


Syntax
 Property Integer Form_Width

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