ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

New features in WINDEV 2025
WINDEV 2025 is now available!...
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL tables.
WINDEV 2024: New features in this version
Here are the new features that you will discover in this version......
DisplayAsMarkdown (Property)
The DisplayAsMarkdown property indicates whether or not an Edit control displays its content in Markdown format.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
PageWriteHTTPCode (Function)
Specifies the HTTP code that will be returned to the client after the server code of the page is executed.
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the table, filter, view or query.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
OpenAsynchronous (Function)
Opens a window whose result will be retrieved via a WLanguage procedure ("callback").
Timeout (Property)
The Timeout property is used to get and change the maximum wait time before a request times out.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
HaspHLWrite (Function)
Writes data (character string or buffer) into the internal memory of the Hasp key.
TrialVersion (Function)
Used to find out whether the current execution of the application is in "trial version" mode.
hbWrite (Function)
Writes cells (values of items) to one or more rows (records) in an HBase table.
<Upload>.Delete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
<Image>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified Image control.
<Table>.Adjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
WidgetProcedure (Function)
Specifies the procedure that will be called when the user clicks an iOS 14 widget.