ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Image editor: Features
The image editor includes several features......
Programming overview in C and C++
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
kbCard (Type of variable)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
Events associated with an Organizer control
The following events are associated with Organizer controls:...
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
Replication management functions
Three types of replication are proposed......
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Automatic documentation of external components
External components must include a technical documentation......
WinStatus (Function)
Identifies or modifies the window status.
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
SocketRead (Function)
Retrieves a message sent by another socket.
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
pdfControl (Variable type)
The pdfControl type is used to get all the characteristics and values of a control present in a PDF form.
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
SOAPRun (Function)
Runs a procedure on a SOAP server.