ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MDI functions
List of MDI functions...
ERR_BAD_CONTEXT_INTERNAL
ERR_BAD_CONTEXT_FOUND
ERR_DISCONNECTED_RELOG
MDI functions (prefix syntax)
List of MDI functions...
AnchorToContent (Property)
The AnchorToContent property determines and changes how the control adapts to its content.
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
XMLSave (Function)
Saves an XML document in a file.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
HTML document management functions
List of functions that manipulate HTML documents....
MongoFind (Function)
Finds documents in a MongoDB collection.
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
MongoGridFSListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
Phone management functions
List of functions for phone management...
FontMinSize (Property)
The FontMinSize property is used to get and change the minimum size of the font used in a Static control with the "Reduce font" option.
DisplayAsMarkdown (Property)
The DisplayAsMarkdown property indicates whether or not an Edit control displays its content in Markdown format.
hbGetTableDescription (Function)
Retrieves the description of an HBase table.
<emailOutlookSession variable>.ChangeStatus (Function)
Changes the status of an email on a messaging server.
DisplayBookmarks (Property)
The DisplayBookmarks property is used to: identify the display mode of bookmarks in a Word Processing control. show or hide bookmarks in a Word Processing control....
PaneVisible (Property)
The PaneVisible property is used to: determine if the pane of the Image Editor control is visible, show or hide the pane of the Image Editor control....
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.