ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android Widget windows
An Android application can contain one or more Widget windows...
Port (Property)
The Port property is used to identify and change a server connection port.
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
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.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
HPass (Function)
Defines the password used to create or open a data file.
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
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.
HChangeName (Function)
Modifies the physical name of a data file.
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
MyParent (Reserved word)
MyParent is used to handle...
Logical operators
The logical operators are as follows......
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...
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
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....