ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
5. Project configuration
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
2. WEBDEV administrator in practice
Check: Sending an email
The monitoring robot will......
Scheduler report
The report editor allows you to create "Scheduler" reports....
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
<Document variable>.Print (Function)
Prints the content of a Document in "docx" format.
<docFragment variable>.InsertTable (Function)
Replaces the specified fragment with a table.
<Document variable>.ToHTML (Function)
Converts a Document variable into an HTML file.
<Document variable>.EndModification (Function)
Indicates the end of a series of actions performed in a Document variable in a single event ("undo/redo")....
Help editor options
The options of the help editor ("Display......
Style sheet
A style sheet ("......
WINDEV Mobile concepts
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
Confirm (External language)
Displays a dialog box that includes a logo, a message, the "Yes", "No" and "Cancel" buttons ans returns the button validated by the user.
docFormatMulticolumn (Type of variable)
The docFormatMulticolumn type is used to define all the advanced characteristics of a multicolumn section defined in a docSection variable.
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
<Document variable>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Document variable.
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...
DocPrint (Function)
Prints a document in "docx" format.
DocEndModification (Function)
Signals the end of grouping for a set of operations in a single event (management of "undo/redo")....
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......