AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgk.Error Method

Outputs an error message.

Syntax
Pascal
class procedure Error(const Msg: String); static;
Parameters 
Description 
const Msg: String 
the message to output. 

On most platforms, the message will appear in the debug console (if available).

Copyright (c) 2012. All rights reserved.