AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgk.Warning Method

Outputs a warning message.

Syntax
Pascal
class procedure Warning(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.