4D v16.3

LISTBOX Get column formula

Home

 
4D v16.3
LISTBOX Get column formula

LISTBOX Get column formula 


 

LISTBOX Get column formula ( {* ;} object ) -> Function result 
Parameter Type   Description
Operator in If specified, object is an object name (string)
If omitted, object is a variable
object  Form object in Object Name (if * is specified) or
Variable (if * is omitted)
Function result  String in Formula associated with column

The LISTBOX Get column formula command returns the formula associated with the list box column designated by the object and * parameters. Formulas can only be used when the “Data Source” property of the list box is either Current Selection or Named Selection. If no formula is associated with the column, the command returns an empty string. 

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. This parameter must designate a column of the list box.



See also 

LISTBOX SET COLUMN FORMULA

 
PROPERTIES 

Product: 4D
Theme: List Box
Number: 1202

 
HISTORY 

Created: 4D v13

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)