System.Pred

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Pred(X: Integer): Integer;

Properties

Type Visibility Source Unit Parent
function public System.pas System System

Description

Returns the predecessor of the argument.

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

See Also


Code Examples