ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
hServerOperation (Type of variable)
The hServerOperation type is used to get the characteristics of an operation performed on an HFSQL server.
Recycle code windows
By default, a single code window is opened per ......
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
SaaSAdminConnect (Function)
Connects and authenticates the administrator of the SaaS Webservice.
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
fTrackFile (Function)
Triggers the tracking of a file.
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
Describing a problem to the Free Technical Support
DisplayedItemImage (Property)
The DisplayedItemImage property is used to: Get the item that corresponds to the image displayed in a ListView control. Change the item that corresponds to the image displayed in a ListView control....
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
ListView control properties
List of properties associated with the ListView control...
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
Integrate two-factor authentication into your applications
In version 26, WINDEV, WEBDEV and WINDEV Mobile allow you to set up a login via two-factor authentication......
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
Managing duplicates in the TreeView controls
WINDEV and WEBDEV allow you to add duplicates into the elements of a TreeView control......
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Programming the table cells
The Table controls can be handled......