ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
XMLSave (Function)
Saves an XML document in a file.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
TelemetryConfigure (Function)
Gets and sets the telemetry settings.
fCurrentDrive (Function)
Gets or sets the current drive.
DocSave (Function)
Saves a document as a "docx" file.
<Document variable>.Save (Function)
Saves a document as a "docx" file.
<Word Processing>.Save (Function)
Saves a document as a "docx" file.
<xmlDocument variable>.Save (Function)
Saves an XML document in a file.
SysSetFocus (Function)
Sets focus to a window or control.
<Diagram editor>.Save (Function)
Saves a diagram as a "diag" file.
DiagramSave (Function)
Saves a diagram as a "diag" file.
<Diagram variable>.Save (Function)
Saves a diagram as a "diag" file.
Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
ERR_BAD_CONTEXT_INTERNAL
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
fWebDir (Function)
Returns the physical name of the directory containing the images, the JavaScript files and the Java files of the WEBDEV site.
3. Debugger
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....