ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test...
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
Typecasting of parameters
The description of the parameter type is optional......
The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
FullName (Property)
The FullName property is used to get the full name of an element.
BuildBrowsingTable (Example)
Usage example of the BuildBrowsingTable function
LockAppOff (Function)
Unlocks an application that was locked automatically or by LockAppPassword.
Multiline (Property)
The Multiline property determines if an element supports multiline text.
RightToLeft (Property)
The RightToLeft property is used to get and change the writing direction of an element...
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
CalendarPicker (Function)
Opens a modal dialog with a calendar to enter a date.
NumHelp (Function)
Returns the number of the help context associated with the specified control.
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
Guided tour management constants
RibbonHighlightPane (Function)
Highlights a tab in a Ribbon control.
grScatter3DGridlines (Function)
Displays the gridlines for the different planes of a 3D Scatter chart.
Creating nested reports
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element.
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
BackgroundTaskDelete (Function)
Deletes a background task (that was added by BackgroundTaskAdd).
SpreadsheetGetMerge (Function)
Used to find out whether a cell is merged with other cells and to get the name of merged cells.