ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
HIndex (Example)
Usage example of the HIndex function
fDir (Example)
Usage example of the fDir function
DnDCursor (Example)
Usage example of the DnDCursor function
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
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...
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
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.
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
Describing an element
A flexible modeling includes different elements linked together......
fLongName (Example)
Usage example of the fLongName function
MaxNbCard (Property)
The MaxNbCard property gets and sets the maximum number of cards in a Kanban control.
DnDEvent (Example)
Usage example of the DnDEvent function