ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
<htmlNode variable>.WrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
<mongoCollection variable>.ModifyOne (Function)
Modifies a document in a collection of MongoDB database.
<TimeLine>.AddEvent (Function)
Adds an event into a TimeLine control.
<xmlDocument>.ToJSON (Function)
Converts an XML string to JSON.
RedisGet (Function)
Gets the value of a key from a Redis server as a string.
<Diagram variable>.ToSVG (Function)
Exports a diagram to an SVG image.
<Diagram variable>.Search (Function)
Searches for shapes containing a specific text in a diagram.
<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
RedisPublish (Function)
Publishes a message on a Redis broadcast channel.
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation programmatically......
QuickActionList (Function)
Lists the application's quick actions....
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
NotifDeleteCategory (Function)
Deletes a notification category from the application.
VibrationTrigger (Function)
Triggers the vibrations of the device.
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
inAppConsumeProduct (Function)
Used to consume, in an application, a product that was previously purchased by the user.