티스토리 뷰
Delphi
function Succ(X: Ordinal): Integer;
Properties
Type |
Visibility |
Source |
Unit |
Parent |
function |
public |
System.pas |
Description
Returns the successor of an argument.
In Delphi code, Succ returns the successor of the argument X.
X is an expression of an ordinal type (including Int64).
The result, of the same type as X, is the successor of X.
인수의 다음 값을 반환합니다.
Delphi 코드에서 Succ는 인수 X의 다음 값을 반환합니다.
X는 서수 유형 (Int64 포함)의 표현식입니다.
X와 동일한 유형의 결과는 X의 다음 값입니다.
Example
var IntNum: Integer;
begin IntNum := 4;
// 결과: 5 Writeln(Succ(IntNum)); Readln; end. |
successor 미국·영국 [sək|sesə(r)] 후임자, 계승자; 계승하는 것 |
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.Succ
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] System.Pred (0) | 2017.04.04 |
---|---|
[Reference] System.SysUtils.StrCat (0) | 2017.04.03 |
[Reference] System.SizeOf (0) | 2017.04.01 |
[Reference] System.SysUtils.CompareText (0) | 2017.03.31 |
[Reference] System.SysUtils.DeleteFile (0) | 2017.03.30 |
- Total
- Today
- Yesterday
- 응용
- 알고리즘
- tdataset
- 독해
- 영어
- ADODB
- Pte
- RA
- 교육센터
- Delphi
- SysUtils
- SWT
- 말하기
- 왕초보 영어회화 100일의 기적
- Reference
- wfd
- System
- 일기
- 문법
- java
- 여행영어 100일의 기적
- 자료구조
- 대상
- 상황
- 정렬
- 스택
- VCL
- 설명
- 작문
- 계산기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |