ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Testing a static page
The test of a single page runs the current page in WEBDEV......
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
grDraw (Function)
Draws a chart according to the specified parameters.
Repetition (Variable type)
The Repetition type is used to describe and modify the characteristics of a repetition for an appointment via the different WLanguage properties.
PVTCalculateAllAsynchronous (Function)
Entirely calculates or recalculates a Pivot Table control, without blocking the application.
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
Defining specific character sets in HFSQL tables
When an application displays or saves data in HFSQL tables, this data is typed in the current language......
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
sfSeekUpdatedResult (Type of variable)
The sfSeekUpdatedResult type is used to find out the result of SFSeekModified...
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.