ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

OBEXSendFile (Function)
Sends a file to a device that supports the OBEX protocol.
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.
XMLRoot (Function)
Positions on the root tag of an XML document.
Multimedia constants
List of constants used by the multimedia functions....
fTempFile (Function)
Returns the name of a unique temporary file.
HListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection....
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
TextToXML (Function)
Converts an ANSI string to an XML string.
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.
BTInfoDevice (Function)
Returns specific information about a Bluetooth device.
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.
MyBottomSlidingWindow (Reserved word)
The MyBottomSlidingWindow keyword is used to manipulate the bottom sliding window associated with the current window
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
Storing the breaks in the Table/Looper controls (AAF)
When end users work on a complex Table or Looper control with multiple breaks, they may want to save the current layout......