System.Pred

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function Pred(X: Ordinal): Integer;

プロパティ

種類 可視性 ソース ユニット
function public System.pas System System

説明

引数の 1 つ前の値を返します。

X は Delphi の順序型(Int64 を含む)の式です。結果の値は X と同じ型で,X の 1 つ前の値となります。

関連項目