ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML Editor control functions
List of functions for managing HTML Editor controls...
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
fUnlock (Example)
Usage example of the fUnlock function
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
StringBuild (Function)
Builds a character string from an initial string and parameters.
ControlFindTextPrevious (Function)
Finds and selects the previous element corresponding to the sought text in a window or control.
ControlFindTextNext (Function)
Finds and selects the next element corresponding to the sought text in a window or in a control.
diagConnectionPoint (Type of variable)
The diagConnectionPoint type is used to define all the advanced characteristics of a connection point (i.e. point around a shape that a connector snaps to) in a Diagram Editor control.
mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated.
mongoOperationUpdateAll (Type of variable)
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
RibbonAdaptSize (Function)
Adapts the size of the controls found in a Ribbon control according to the size of their caption.
WINDEV Mobile 2024 Tutorial - Table of contents
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
Creating the Relation windows of a WINDEV RAD pattern
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
hdfsRights (Type of variable)
The hdfsRights type is used to define the advanced characteristics regarding the access rights to an element (file, link, directory) of the Hadoop file system.
BurnerAddDirectory (Example)
Usage example of the BurnerAddDirectory function
sfSaveResult (Type of variable)
The sfSaveResult type is used to find out the result of SFAdd and SFModify...
sysNotificationInput (Type of variable)
The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
diagHead (Type of variable)
The diagHead type is used to define all the advanced characteristics of an end of a connector in a diagram.
HConnect (Example)
Usage example of the HConnect function