ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
Constants for encryption/compression
List of constants used by the encryption/compression functions...
sfConnection (Type of variable)
The sfConnection type is used to describe a connection to the Salesforce platform and to manage user authentication...
Optimizing the connection times to the HFSQL Client/Server databases
This help page explains how to optimize the connection times to the HFSQL Client/Server databases by limiting the network traffic......
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
WinSlidingVisible (Function)
Displays or hides a sliding window (sliding menu).
MapLicenseBing (Function)
Indicates the "Bing map" license key that will be used in the Map controls used in Universal Windows 10 App mode.
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
16. Java applications in practice
Java applications in practice...
Error 1008: The member of the class is protected
Error 1009: The member of the class is private
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
Events associated with Image controls
List of events associated with Image controls...
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.