ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
TableMode (Function)
TableMode is kept for backward compatibility.
memcachedConnection (Type of variable)
The memcachedConnection type is used to define the characteristics of a connection to a Memcached server.
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
MemSeek (Example)
Usage example of the MemSeek function
WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
SaaS constants
Automation object
The Automation keyword is used to declare an automation object...
NetGetFile (Example)
Usage example of the NetGetFile function
MyWindow (Reserved word)
MyWindow is used to handle the current window...
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
MyParent (Reserved word)
MyParent is used to handle...
xlsLayout (Type of variable)
The xlsLayout type is used to define all the layout characteristics of a sheet of an XLSX document in a Spreadsheet control.
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)....
<Array>.Reduce (Function)
Applies a computation to each element of an array.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......