Page 1 of 1

Message log

Posted: Wed Feb 29, 2012 1:58 pm
by hepple
Is there a function to write to the message log

Re: Message log

Posted: Wed Feb 29, 2012 3:16 pm
by Eugene
hepple wrote:Is there a function to write to the message log

Code: Select all

WmsLogMessage(aMessageType: Integer; const aMessageText: string; aMessageBallon: Boolean = False)

aMessageType: mtiError, mtiInfo, mtiWarning

Re: Message log

Posted: Wed Feb 29, 2012 3:42 pm
by hepple
Many thanks...