MessageCatcher class, available in: Global contextCapture error messages.This class has 11 members:
sdleiF
int error_count ROerror count
int error_warning_count ROerror+warning count
int error_warning_info_count ROerror+warning+info count
int info_count ROinfo count
string messages ROstored messages
int store0 .. 2
  • 0 = Don't store (default)
  • 1 = Store first message
  • 2 = Store all messages
  • message storing options
    int stored_count ROnumber of stored messages
    string summary ROerror summary
    int warning_count ROwarning count
    snoitcnuF
    function close()doesn't return a valuestop using this MessageCatcher
    function new()returns MessageCatchercreate and deploy the new MessageCatcher
    Global context