티스토리 뷰

Delphi

procedure Halt([ExitCode: Integer]); overload;

procedure Halt([ExitCode: Integer]); overload;

Properties

Type

Visibility

Source

Unit

Parent

procedure

public

System.pas

System

System

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 미국식   동사 [ɪ|nɪʃieɪt]   명사 [ɪ|nɪʃiət] 영국식   중요

1. 개시되게 하다, 착수시키다
2. (~
~을 처음으로) 접하게 하다
3. (
특히 비밀 의식을 통해) 가입시키다

abnormal 미국식 [ӕb|nɔ:rml]   영국식 [ӕb|nɔ:ml]   중요

비정상적인

provide 미국·영국 [prə|vaɪd]   영국식   중요

1. 제공하다, 주다
2.
규정하다

 

출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.Halt

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/01   »
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
글 보관함