RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.Pred Function

Returns the predecessor of the argument.

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

System

X is an expression of a Delphi ordinal type (including Int64). The result, of the same type as X, is the predecessor of X. 

 

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