ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SFModify (Function)
Modifies the records of a file defined in Salesforce.
HServerStatus (Function)
Allows you to find out the status of a HFSQL server (this function uses the MantaManager service).
HFilter (Function)
Defines and enables a filter on a data file, view or query.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
NotesDeactivateView (Function)
Disables the view currently handled in Lotus Notes.
HTMLFindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document (or in an HTML node).
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
WDInst: configuring the characteristics of the files to install
WDInst allows you to configure the characteristics of the files to install......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Associative array (Type of variable)
An associative array is an "advanced" type of array...
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
HComputer (Function)
Stores a unique computer number or identifier in order to use the log and transactions over the network.
CameraStop (Function)
Stops the video preview or video recording in a Camera control. Function kept for "Version-26-compatible" Camera controls....
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
iAddAttachment (Function)
Adds an attachment in a PDF file generated by a PDF print export.
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
Sharing elements with a WINDEV application
LDAP constants
List of constants used by the LDAP functions....
Organizer control functions
The following functions are used to manage the Organizer control:...
OrganizerDisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
OrganizerDisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
fDeleteFileWebFolder (Function)
Deletes an image file from the "_WEB" directory of the application (or from one of its sub-directories).
modbusSession (Type of variable)
The modbusSession type is used to identify a connection to a Modbus server.
EmailReadNext (Example)
Usage example of the EmailReadNext function