ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
WDReplic: Implementing a replication
Configuring a replication requires several steps......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Source Code Manager (SCM)
...L'administrateur du GDS (Gestionnaire de sources) propose certains outils spécifiques pour l'administration de la base de sources......
tapiDial (Function)
Dials a phone number for a voice line.
NetListIPAddress (Function)
Returns the list of IP addresses (Internet Protocol) for a computer.
fSeek (Function)
Gets and sets current position in an external file.
fDriveInfo (Function)
Returns information about a drive.
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
HNext (Function)
Sets the position on the next data file record according to a browse item.
SMSNbMessage (Function)
Returns the number of SMS messages stored on an Android phone.
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
SQLLast (Function)
Sets the position on the last row of the query result.
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
fRemoveDir (Function)
Deletes a directory from a disk.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
CharacterSpacing (Property)
The CharacterSpacing property gets and sets the spacing between characters.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......