ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
HDuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
16. Application test in practice
OutlookStartSession (Example)
Usage example of the OutlookStartSession function
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
DDEConnect (Example)
Usage example of the DDEConnect function
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
12. External component in practice
<String type>.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....
HOnError (Example)
Usage example of the HOnError function
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
fRemoveDir (Example)
Usage example of the fRemoveDir function
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......