ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
Using .NET assemblies in a project
To use .NET assemblies in a project......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
How to create a menu?
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
Copying and cloning
Variables are copied using the "=" operator...
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
New (Reserved word)
New is used to allocate memory space...
Using several libraries in an application
A library is a WDL file that contains all the resources......
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.