ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
XMLAddChild (Function)
Adds a child tag into an XML document.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
RGBBlue (Function)
Returns the blue component of an RGB color.
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Assignment operators
Three assignment operators are available......
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
Video functions
List of video functions...
iParameterPDF (Example)
Usage example of the iParameterPDF function
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
WDInst: advanced options for the network setup
The advanced options of the network setup are used to......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
docTabulation (Variable type)
The docTabulation type is used to define the characteristics of a custom tabulation.
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
HForward (Example)
Usage example of the HForward function
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.