ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Set of procedures
The global procedures are grouped in set of procedures...
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
16. Types of code
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Local procedure
Two types of procedures are available...
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
OpenAsynchronous (Function)
Opens a window whose result will be retrieved via a WLanguage procedure ("callback").
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Obtaining an SSL certificate for IIS2 (2.0 or later)
Aliases on data files: HAlias
The aliases are used to handle......
dCopyImage (Example)
Usage example of the dCopyImage function
gImage (Function)
Builds a sequence of characters containing an image.
EventCreate (Function)
Creates an event.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
Power (Function)
Raise a number to a power.
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
zipOpen (Example)
Usage example of the zipOpen function
12. External component in practice
fAttribute (Function)
Returns or modifies the attributes of a file.
fRename (Function)
Modifies the name of a file.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
FTPCommand (Function)
Sends a specific FTP command to a server.
WinStatus (Function)
Identifies or modifies the window status.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
fDelete (Function)
Deletes a file accessible from the current computer.