System.Pred

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Pred(X: Ordinal): 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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Sydney/e/index.php?title=System.Pred&oldid=624851"