Application Object - TraceMessageData Method

Send a string to the user defined Trace Handler

Member of Application Object (PRIM_APP)

Parameters

NameTypeData TypeDescription
Source*InputStringString to send to the Trace Handler
Value1*Input (Optional)VariantString to be substituted in to the Source string
Value2*Input (Optional)VariantString to be substituted in to the Source string
Value3*Input (Optional)VariantString to be substituted in to the Source string
Value4*Input (Optional)VariantString to be substituted in to the Source string
Value5*Input (Optional)VariantString to be substituted in to the Source string
Value6*Input (Optional)VariantString to be substituted in to the Source string
Value7*Input (Optional)VariantString to be substituted in to the Source string
Value8*Input (Optional)VariantString to be substituted in to the Source string
Value9*Input (Optional)VariantString to be substituted in to the Source string

Details

The TraceMessageData method executes the TraceMessage method on the TraceHandler.
 
The parameters specified are concatenated with a space between each to form the MesageText parameter value.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2