ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
BackgroundTaskAdd (Function)
Adds a new background task.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
fRemoveDir (Example)
Usage example of the fRemoveDir function
Automatic management of exceptions
The management of exceptions can be customized by process......
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
HAddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
Contains (Function)
Allows you to check if a substring is within a string.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
Handling a Web Component control through programming
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
HPrevious (Function)
Positions on the previous file record according to a browse item.
<ANSI string>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....