RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.Succ Function

Returns the successor of an argument.

Pascal
procedure Succ(X);
C++
Succ( X);

System

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!