ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetSendMessage (Function)
Triggers a Windows event on the system of an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
Speech synthesis in the mobile applications
The phones can talk!......
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Creating the Table windows of the WINDEV RAD pattern
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
11. Controls in practice
Discover the main characteristics of the controls...
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
WinForceDDW (Function)
Forces the DDW (Dim Disabled Windows) feature on a window even if this window is not accessible.
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively).
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
The HTML control
The HTML control displays HTML pages or HTML code......
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Use (External language)
Opens the specified window by closing all the windows opened beforehand.
<Certificate variable>.OpenProperties (Function)
Opens the Windows window used to find out the properties of a certificate.
CertificateOpenProperties (Function)
Opens the Windows window used to find out the properties of a certificate.
Markdown (Property)
The Property Markdown allows: for control s a window to manage the "Markdown support" option (present in the "Detail" tab of the description window of the control). for the Static control of an report: determine if a Static control of a report is of type Markdown. set the type of a Static control in a report to Markdown....
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
IWListInsert (Function)
Inserts a new internal window in the list of internal windows used by an Internal Window control.
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
IWListNext (Function)
Displays the next internal window in the list of internal windows browsed by an Internal Window control.
Manipulating a Layout control programmatically
A Layout control can be......