ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Thread management functions
List of functions for managing threads...
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
grRaised (Function)
Used to display a chart with raised effect.
grDeleteAll (Function)
Erases a chart and destroys this chart.
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
HRecreateSubscriberReplica (Function)
Re-creates the description file of a subscriber replica (universal replication only) according to the information of the master replica (.RPM and.SYN files).
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
PDFMerge (Function)
Merges several existing PDF files into a single PDF file. The files are merged one after another. The paths of PDF files can be found in an array.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).