ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
HDBIndex (Function)
Opens an xBase index file.
xBase files: Limits
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
The Edit control
The Edit control allows users to enter data......
dbgEndRecording (Function)
Stops recording the scenario.
SNMPStringToOID (Function)
Converts an OID from its text representation to its numeric representation.
SysInstance (Function)
Returns the instance of a module.
Manager of automated tests
The test manager is used to......
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
fCompare (Example)
Usage example of the fCompare function
HState (Example)
Usage example of the HState function
fLongName (Example)
Usage example of the fLongName function
zipSize (Example)
Usage example of the zipSize function
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
HInfoLog (Function)
Returns information about the server logs.
FTPDate (Example)
Usage example of the FTPDate function
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
JSONToVariant (Example)
Usage example of the JSONToVariant function