This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
OBJECT GET SCROLLBAR
|
OBJECT GET SCROLLBAR ( {* ;} object ; horizontal ; vertical ) | ||||||||
Parameter | Type | Description | ||||||
* | Operator |
![]() |
If specified, object is an object name (string) If omitted, object is a variable or a field | |||||
object | Form object |
![]() |
Object name (if * is specified) or Variable or field (if * is omitted) | |||||
horizontal | Boolean, Longint |
![]() |
Visibility of horizontal scrollbar | |||||
vertical | Boolean, Longint |
![]() |
Visibility of vertical scrollbar | |||||
The OBJECT GET SCROLLBAR command is used to find out the displayed/hidden status of the horizontal and vertical scrollbars of the object or group of objects designated by object.
If you pass the optional * parameter, you indicate that the object parameter is an object name (string). If you do not pass this parameter, you indicate that the object parameter is a field or a variable. In this case, you pass a field or variable reference (object field or variable only) instead of a string.
In the horizontal and vertical parameters, you can pass Boolean or longint type variables:
This command can be used with the following form objects:
For more information, refer to the description of the OBJECT SET SCROLLBAR command.
Product: 4D
Theme: Objects (Forms)
Number:
1076
Created: 4D v12
Modified: 4D v14
4D Language Reference ( 4D v20 R7)