ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
<ANSI string>.AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
Query
The keyword "Query" is used to describe:
fDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
ValidatePassword (Function)
Indicates whether the specified password is valid for the current user.
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
Generating a class diagram
The generation is used to create the WINDEV classes ("......
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Report controls
Several types of controls can be handled in a report created by the report editor......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, database schema, ......
DocUndo (Function)
Undoes the last action performed on a Word Processing document.