ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
<Image>.DrawPolygon (Function)
Draws a polygon in an Image control,
Management of MQTT (prefix syntax)
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
HTMLEditorFromEmail (Function)
Imports the HTML content of an email and its images into an HTML Editor control. The images contained in the email are also displayed in the control.
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
<Kanban>.MoveCard (Function)
Moves a card in a Kanban control.
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
<Image editor>.Create (Function)
Creates an image in the Image Editor control.
<Image editor>.Close (Function)
Closes the image found in an Image Editor control.
<Image Editor>.Save (Function)
Saves the image displayed in the Image Editor control.
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows).
Constants used by the replication between HFSQL servers
The following constants are used by the replication between HFSQL servers:...
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
KanbanMoveCard (Function)
Moves a card in a Kanban control.
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
PicCreate (Function)
Creates an image in the Image Editor control.
PicClose (Function)
Closes the image found in an Image Editor control.
SaaSAdminAddClient (Function)
Adds a SaaS client account.
SaaSAdminModifyClient (Function)
Modifies a SaaS client account.
SaaSAdminModifySubscription (Function)
Modifies a SaaS subscription.
<Edit>.AddAssistedInput (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
<Image>.DrawRectangle (Function)
Draws a rectangle in an Image control.