ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
MemSort_55 (Function)
MemSort_55 is kept for backward compatibility.
Graphic string management functions
List of SQL functions used to create and handle graphic strings...
MemExist (Function)
Checks the existence of a memory zone.
iZoneHeight (Example)
Usage example of the iZoneHeight function
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or through programming.
WinSize (Function)
WinSize: returns or modifies the window display mode (maximized, minimized or normal), modifies the window height and/or width, moves the window and modifies a window's height and/or width....
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
2. How to test a site?
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
Hasp constants
The Hasp constants are as follows......
MemModify (Function)
Modifies an element in a memory zone.
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
Using several libraries in an application
A library is a WDL file that contains all the resources......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
grPointInfo (Function)
Returns the screen coordinates of a point or the screen coordinates of a value found in a chart.
gFontStrikeout (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is crossed out or not.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor......
zipAddDirectory (Example)
Usage example of the zipAddDirectory function