|
|
|
|
|
Vertical (Property) In french: Vertical
The Vertical property is used to: - Determine if a control is oriented horizontally or vertically.
Change the orientation of Table controls. A Table control can be displayed vertically (standard mode) or horizontally. In this case, the columns of the standard mode become the rows of the Table control. Change the orientation of Looper controls. A Looper control can be displayed vertically (standard mode) or horizontally.
Remarks: - The orientation of a control can be defined in the "General" tab of the control description.
The Vertical property can only be used on Progress Bar controls. - In a report, the Vertical property indicates the orientation of the Progress Bar control.
Syntax
Determining the orientation of controls Hide the details
<Result> = <Control used>.Vertical
<Result>: Boolean - True if the specified control is vertical,
- False if the specified control is horizontal.
<Control used>: Control name Name of the control to be used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|