ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLEditorSearch (Function)
Searches for a string in an HTML Editor control.
<HTML editor>.Search (Function)
Searches for a string in an HTML Editor control.
CapitalizeEachWord (Function)
Capitalizes the first letter of all words in a string.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
StringToJSON (Function)
Converts a JSON string into a JSON variable.
Deployment package
The deployment package creates a ZIP file containing the site's setup......
<Source>.LockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
3. Dates, arrays and structures
WINDEV Mobile Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
<Table>.ExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
<Table>.CollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
Functions for managing contacts (Lotus Notes, Outlook and mobile device)
List of functions for managing contacts: Lotus Notes, Outlook, mobile devices (Android, iPhone, iPad, Universal Windows)...
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.