ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory area.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
fDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
Error 20: The variable of the FOR loop should be a real
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
XMLRoot (Function)
Positions on the root tag of an XML document.
docHeaderFooter (Type of variable)
The docHeaderFooter type is used to define the text of the different paragraphs found in a page header or footer.
Salesforce functions
List of Salesforce functions...
TextToXML (Function)
Converts an ANSI string to an XML string.
OBEXSendFile (Function)
Sends a file to a device that supports the OBEX protocol.
SysIdentifier (Function)
Returns the unique identifier of the current mobile device.
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding table. This function uses the former view mechanism.
HExportJSON (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to a JSON file.
MyLeftSlidingWindow (Reserved word)
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.