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

Core Class: ODS

Previous  Top  Next  


Prototype:  (String pS, Short pLevel=0), VIRTUAL

 

pSString to send to OutputDebugString        
pLevelIndicates DebugLevel to compare with.  This parameter defaults to 0.

 

This method sends the string directly to OutputDebugString after converting it to CString if the pLevel is equal or more than the DebugLevel property value.

 

Example:

 

ITC  ITCoreClass

Code

ITC.ODS('Check if this shows up in DebugView')

ITC.DebugLevel=2

ITC.ODS('This should NOT show up',1)

 

See also:

DebugLevel

 

 

 



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