ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InfoBuild (Function)
Displays a custom message in a system information window.
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
Handling Word Processing controls programmatically (prefix syntax)
A Word Processing control can be handled through programming......
fDelete (Function)
Deletes a file accessible from the current computer.
fMoveDir (Function)
Moves a directory and its content.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
Asc (Function)
Returns the ASCII code of the specified character.
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
<DiskFile variable>.ReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
<Source>.ErrorModification (Function)
Returns the value of a record item when a modification conflict occurs..
<DiskFile variable>.FileName (Function)
Returns the name of an external file currently open.
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
NotifModify (Function)
Modifies a notification currently displayed in the system bar of the device.
NotifDelete (Function)
Deletes a notification displayed in the system bar of the device.
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
How to loop through a file using filters?
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
ToolTipMargin (Function)
Modifies the margin of the text in the tooltips.
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....