|
Previous Top Next |
Prototype: | (String pS) |
pS | String to send to OutputDebugString |
This method sends the string to ODS if the ProgramDebugOn property is set to True.
Example:
ITC ITCoreClass
Code
ITC.ProgramDebugOn = True
ITC.ODSD('This will show up in DebugView')
ITC.ProgramDebugOn = False
ITC.ODSD('This will NOT show up in DebugView')
See also: