|
Previous Top Next |
Prototype: | (String pS, Byte pHideDebug=False),VIRTUAL |
pS | String to send to OutputDebugString |
pHideDebug | Indicates if the debug output should not be sent (hidden) to OutputDebugString. |
This method sends the string in pS to OutputDebugString.
Example:
ITA ITArmadilloClass
Code
ITA.PTD('Debug information')
See also:
PTD (Core)