ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML Editor control functions
List of functions for managing HTML Editor controls...
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
MapInfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
MQTTConnect (Function)
Used to connect to a MQTT server (also called "Broker").
MQTTDisconnect (Function)
Allows you to disconnect from a MQTT server (also called "Broker").
MQTTPublish (Function)
Publishes a message on the MQTT broker.
FBSessionStatus (Function)
Checks the status of a Facebook session.
RedisPublish (Function)
Publishes a message on a Redis broadcast channel.
RedisSubscribe (Function)
Subscribes to a Redis broadcast channel.
RedisUnsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.
JSONToString (Function)
Converts the content of a JSON variable to a JSON string.
XMLToJSON (Function)
Converts an XML string to JSON.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
<htmlDocument variable>.BuildString (Function)
Generates a UTF-8 string containing an HTML document.
ContinentList (Function)
Returns the list of continents.
iDocumentPrinted (Function)
Determines whether the user printed the document from the report viewer.
<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.
<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
<PDF reader>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
Contains (Function)
Allows you to check if a substring is within a string.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
ChangeAction (Example)
Usage example of ChangeAction
Passing parameters
The parameters can be passed to a procedure......
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.