ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
8. 10 tips for better interfaces...
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
Associating documents with the project
To describe a project in detail, you can associate documents with it......
MCI constants
List of constants used by the MCI functions....
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
SendKey (Function)
Simulates the keystrokes and the mouse actions.
Chart constants
List of constants used by the functions for chart management....
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...