AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkErrorMode Enumeration

Error mode as used by TAgk.SetErrorMode

Syntax
Pascal
TAgkErrorMode = (
  emIgnore,
  emReport,
  emStop
);
Members 
Description 
emIgnore 
Ignore errors and attempt to carry on. 
emReport 
Report error to debug console and carry on. 
emStop 
Report the error and raise an exception. The exception must be caught or the application will terminate. 
Copyright (c) 2012. All rights reserved.