ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Constants used by the TraceStart function
The following constants are used by TraceStart:
ConstantDetail
trConsoleThe trace data is sent to the console.
trCreationClears the trace window
trTopMostThe trace window is displayed above all the other system windows
trDisableAll the calls to Trace will be ignored.
trWindowThe trace window is displayed in the upper-left corner of the screen.
WEBDEV - Server code The trace window will not be displayed when a site is deployed.
trFileThe trace window will not be displayed anymore and the information found in the trace window will be saved in the file named <Trace file>.
Linux Only this constant is available. By default, this file is created in the UNIX temporary directory with the name "Trace_<Project>.txt".
trWindow + trFileThe trace window will be displayed and the information found in the trace window will be saved in the file named <Trace File>
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/09/2024

Send a report | Local help