System.Succ

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

Delphi

function Succ(X: Ordinal): Integer;

プロパティ

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

説明

引数の次の値を返します。

Delphi のコードでは,Succ 関数は,指定した引数の次の値 X を返します。

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

関連項目