ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
sfLeadConvertResult (Type of variable)
The sfLeadConvertResult type is used to find out the result of SFConvertLead...
User (Property)
The User property is used to identify and change the user of a feature.
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
FTPCommand (Function)
Sends a specific FTP command to a server.
diagActionAllowed (Type of variable)
The diagActionAuthorized type is used to define the actions available to end users on a diagram shape in the Diagram Editor control.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
fCreate (Function)
Creates an external file.