www.icetips.com  Icetips Utilities Documentation 5/9/2015    

Core Class: ODSD

Previous  Top  Next  


Prototype:  (String pS)

 

pSString 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:

ProgramDebugOn

ODS

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/odsd_core.htm