Application Object - TraceMessageText Method

Send multiple strings to the user defined Trace Handler

Member of Application Object (PRIM_APP)

Parameters

Name

Type

Data Type

Description

String1

*Input

String

String to sent to the user defined Trace Handler

String2

*Input (Optional)

String

String to sent to the user defined Trace Handler

String3

*Input (Optional)

String

String to sent to the user defined Trace Handler

String4

*Input (Optional)

String

String to sent to the user defined Trace Handler

Details

The TraceMessageText method executes the TraceMessage method on the TraceHandler.

Each parameter specified will execute the method once.


See also

All Component Classes

Technical Reference

  • No labels