System.Succ
From RAD Studio VCL Reference
Contents |
Delphi Information
From System.pas
function Succ(X: Integer): Integer;
Unit: System
Type: function
Visibility: public
Description
Returns the successor of an argument.
In Delphi code, Succ returns the successor of the argument X.
X is an expression of an ordinal type (including Int64). The result, of the same type as X, is the successor of X.
See Also
Code Samples