티스토리 뷰
Delphi
procedure Halt([ExitCode: Integer]); overload;
procedure Halt([ExitCode: Integer]); overload;
Properties
Type |
Visibility |
Source |
Unit |
Parent |
procedure |
public |
System.pas |
Description
Initiates the abnormal termination of a program.
Halt performs an abnormal termination of a program and returns to the operating system.
To perform a normal termination of a Delphi application, call the Terminate method on the global Application object.
If the application does not use a unit that provides an Application object, call the Exit procedure from the main Program block.
Exitcode is an optional expression that specifies an exit code for the program.
프로그램의 비정상적인 종료를 시작합니다.
Halt는 프로그램의 비정상적인 종료를 수행하고, 운영 체제로 돌아갑니다.
Delphi 응용 프로그램의 정상 종료를 수행하려면, 전역 Application 오브젝트에서 Terminate 메서드를 호출합니다.
응용 프로그램에서 Application 오브젝트를 제공하는 유닛을 사용하지 않는 경우, 메인 프로그램 블록에서 Exit 프로시저를 호출하십시오.
Exitcode는 프로그램의 종료 코드를 지정하는 선택적 표현식입니다.
Example
begin Halt(0); Readln; end. |
initiate 미국식 1. 개시되게 하다, 착수시키다 abnormal 미국식 [ӕb|nɔ:rml] 비정상적인 provide 미국·영국 [prə|vaɪd] 1. 제공하다, 주다 |
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.Halt
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] System.SysUtils.TimeToStr (0) | 2017.03.13 |
---|---|
[Reference] System.SysUtils.FileExists (0) | 2017.03.12 |
[Reference] System.Ord (0) | 2017.03.10 |
[Reference] System.SysUtils.Now (0) | 2017.03.09 |
[Reference] System.SysUtils.DirectoryExists (0) | 2017.03.08 |
- Total
- Today
- Yesterday
- 스택
- System
- 알고리즘
- Reference
- SysUtils
- 자료구조
- 작문
- 대상
- 일기
- ADODB
- 응용
- 교육센터
- 여행영어 100일의 기적
- tdataset
- 독해
- Delphi
- 상황
- SWT
- 왕초보 영어회화 100일의 기적
- 정렬
- 말하기
- java
- RA
- VCL
- Pte
- 설명
- wfd
- 영어
- 문법
- 계산기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |