ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Constants for managing the windows
List of constants used by the functions for managing the windows...
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
Record (Type of variable)
The Record type is used to save the values of a record.
Constant
The constants are language elements whose value is fixed once and for all...
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
HPass (Function)
Defines the password used to create or open a data file.
HCheckStructure (Function)
Defines the mode for comparing data files.
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the 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)....
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
HLast (Function)
Sets the position on the last record of a table according to a browse item.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HFirst (Function)
Sets the position on the first record of a table according to the specified browse item.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...