Skip to main content
Version: 21 R4 BETA

LISTBOX Get column formula

LISTBOX Get column formula ( * ; object : Text ) : Text
LISTBOX Get column formula ( object : Variable ) : Text

ParameterTypeDescription
*Operator→If specified, object is an object name (string)If omitted, object is a variable
objectText, Variable→Form object name (if * is specified) or Variable (if * is omitted)
Function resultText←Formula associated with column
History
ReleaseChanges
13Created

Description​

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, Named Selection, or Collection or Entity 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​

Command number1202
Thread safeno