티스토리 뷰
Delphi
procedure Abort;
C++
extern PACKAGE void __fastcall Abort(void);
Properties
Type |
Visibility |
Source |
Unit |
Parent |
procedure function |
public |
System.SysUtils.pas System.SysUtils.hpp |
Description
Raises a silent exception.
Use Abort to escape from an execution path without reporting an error.
Abort raises a special "silent exception" (EAbort), which operates like any other exception, but does not display an error message to the end user.
Abort redirects execution to the end of the last exception block.
조용한 예외를 발생시킵니다.
Abort를 사용하면 오류를 보고하지 않고, 실행 경로에서 벗어납니다.
Abort는 다른 예외처럼 작동하는 특수 "조용한 예외"(EAbort)를 발생 시키지만, 최종 사용자에게는 오류 메시지를 표시하지 않습니다.
Abort는 실행을 마지막 예외 블록의 끝으로 다시 보냅니다.
Example
begin { 결과: 시작 Abort()를 호출했습니다. } try try Writeln('시작'); Abort(); Writeln('출력 안됨'); except Writeln('Abort()를 호출했습니다.'); end; finally Readln; end; end. |
뭔가 다른 (것), 누군가 딴(사람) redirect 미국·영국 [|ri:də|rekt;|ri:dɪ|rekt;|ri:daɪ|rekt] 1. (돈 같은 것을 다른 방식・용도로) 전용(轉用)하다 |
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.SysUtils.Abort
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] System.SysUtils.AdjustLineBreaks (0) | 2017.04.15 |
---|---|
[Reference] System.SysUtils.AddExitProc (0) | 2017.04.14 |
[Reference] System.SysUtils.DayOfWeek (0) | 2017.04.12 |
[Reference] System.Trunc (0) | 2017.04.11 |
[Reference] System.Math.SameValue (0) | 2017.04.10 |
- Total
- Today
- Yesterday
- java
- 대상
- RA
- 영어
- 상황
- 스택
- 알고리즘
- 왕초보 영어회화 100일의 기적
- 일기
- wfd
- Reference
- 자료구조
- SysUtils
- 응용
- VCL
- ADODB
- 독해
- tdataset
- Delphi
- 설명
- System
- 여행영어 100일의 기적
- 문법
- 교육센터
- 정렬
- 계산기
- Pte
- SWT
- 말하기
- 작문
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |