Navigation: Function Reference > General Utility Functions > inc()
inc()
inc( var value: Ordinal );
Increments the ordinal value. You can increment characters, non-floating point numbers, enumeration types, and pointers.
Parameters
value
ordinal value
See also:
succ()
pred()
dec()