ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
iMMToPica (Function)
Converts the coordinates of a point (expressed in millimeters) into system coordinates.
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
ExeListProcess (Function)
Returns the list of applications currently run.
Print functions (prefixed syntax)
List of print functions...
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
5. User Groupware in practice
<sshSession variable>.SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
<sshSession variable>.SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
Calling a procedure/a function
Syntax for calling a local or global procedure.
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
Print functions
List of print functions...
iBorder (Function)
Prints a border at specified coordinates.
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
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.
SysNation (Function)
Returns the nation currently used by the system.
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...