OBJECT GET MINIMUM VALUE
OBJECT GET MINIMUM VALUE ( * ; object : Text ; minValue : Date, Time, Real )
OBJECT GET MINIMUM VALUE ( object : Variable, Field ; minValue : Date, Time, Real )
| Parameter | Type | Description | |
|---|---|---|---|
| * | Operator | → | If specified, object is an object name (string) ; if omitted, object is a variable or a field |
| object | Text, Variable, Field | → | Object name (if * is specified) or Variable or field (if * is omitted) |
| minValue | Date, Time, Real | ← | Current minimum value for object |
History
| Release | Changes |
|---|---|
| 14 | Created |
Description
The OBJECT GET MINIMUM VALUE command returns, in the minValue variable, the current minimum value of the object(s) designated by the object and * parameters.
You can set the "Minimum Value" property using the Property List in Design mode, or using the OBJECT SET MINIMUM 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 MAXIMUM VALUE
OBJECT SET MINIMUM VALUE
Properties
| Command number | 1243 |
| Thread safe | no |