[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return lowest index of open array or enumerated
Source position: system.fpd line 53
function Low( |
Arg: TypeOrVariable |
):TOrdinal; |
The return value of Low depends on it's argument:
The return type is always the same type as the type of the argument.
for an example, see High.
None.
|
Return highest index of open array or enumerated |
|
|
Return ordinal value of an ordinal type. |
|
|
Return previous element for an ordinal type. |
|
|
Return next element of ordinal type. |