Skip to main content
Version: 21 R3

OBJECT GET MAXIMUM VALUE

OBJECT GET MAXIMUM VALUE ( * ; object : Text ; maxValue : Date, Time, Real )
OBJECT GET MAXIMUM VALUE ( object : Variable, Field ; maxValue : Date, Time, Real )

ParameterTypeDescription
*Operator→If specified, object is an object name (string) ; if omitted, object is a variable or a field
objectText, Variable, Field→Object name (if * is specified) or
Variable or field (if * is omitted)
maxValueDate, Time, Real←Current maximum value for object
History
ReleaseChanges
14Created

Description​

The OBJECT GET MAXIMUM VALUE command returns, in the maxValue variable, the current maximum value of the object(s) designated by the object and * parameters.

You can set the "Maximum Value" property using the Property List in Design mode, or using the OBJECT SET MAXIMUM VALUE command.

Passing the optional * parameter indicates that the object parameter is an object name (string). If you do not pass this parameter, it indicates that the object parameter is a field or variable. In this case, you pass a field or variable reference instead of a string (field or variable object only).

See also​

OBJECT GET MINIMUM VALUE
OBJECT SET MAXIMUM VALUE

Properties​

Command number1245
Thread safeno