4D v13.4LISTBOX Get footer calculation |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v13.4
LISTBOX Get footer calculation
|
LISTBOX Get footer calculation ( {* ;} object ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
* | Operator |
![]() |
If specified, object is an object name (string) If omitted, object is a variable |
|||||
object | Graph variable |
![]() |
Object Name (if * is specified) or Variable (if * is omitted) |
|||||
Function result | Longint |
![]() |
Type of calculation | |||||
The LISTBOX Get footer calculation command returns the type of calculation associated with the footer area of the list box designated by the object and * parameters.
If you pass the optional * parameter, this indicates that the object parameter is an object name (a string). If you do not pass this parameter, this indicates that the object is a variable. In this case, you pass a variable reference instead of a string.
The object parameter can designate:
You can compare the value returned with the constants of the Listbox Footer Calculation theme (see the LISTBOX SET FOOTER CALCULATION command).
Product: 4D
Theme: List Box
Number:
1150
Created: 4D v13
LISTBOX SET FOOTER CALCULATION