Message log

Post Reply
hepple
Posts: 44
Joined: Sun Mar 21, 2010 8:16 pm

Message log

Post by hepple »

Is there a function to write to the message log
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Message log

Post 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
hepple
Posts: 44
Joined: Sun Mar 21, 2010 8:16 pm

Re: Message log

Post by hepple »

Many thanks...
Post Reply