DebugBox

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber DebugBox( SalString sMessage )

The DebugBox method shows a debug message in a message box. This method may only be used for debugging purposes.

Parameters

Name Description
SalString sMessage Text to show in the message box.

Returns

The return value is Sys.IDOK.