ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
iPrintImage (Example)
Usage example of the iPrintImage function
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
MaskTitleDate (Property)
The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
Limitations of WINDEV, WEBDEV and WINDEV Mobile
iDestination (Function)
Configures the print destination.
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
Types of Edit controls
Border (Type of variable)
The Border type is used to handle a border through programming...
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
SocketClose (Function)
Closes a socket or a connection to a server socket.
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.