Class BreakProgram
Unit
CastleUtils
Declaration
type BreakProgram = class(TCodeBreaker)
Description
Exception specially handled by my exception handler. It will not cause any message to be output, and will cause Halt with given code.
Hierarchy
Overview
Methods
 |
constructor Create(AHaltCode: Integer = 0); |
Properties
 |
property HaltCode: Integer read FHaltCode; |
Description
Methods
 |
constructor Create(AHaltCode: Integer = 0); |
|
Properties
 |
property HaltCode: Integer read FHaltCode; |
|
Generated by PasDoc 0.13.0 on 2013-08-17 21:27:14
|