ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
<Image>.Resize (Function)
Resizes an image in an Image control.
<fbSession variable>.Status (Function)
Checks the status of a Facebook session.
<Image>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<Image>.InvertColor (Function)
Inverts the colors in an Image control.
MemcachedDecrement (Function)
Decrements the value associated with a key. The key is created if it does not exist.
<xmlDocument variable>.ValidDocument (Function)
Validates an XML document from an XSD schema.
<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
<mqttSession variable>.Publish (Function)
Publishes a message on the MQTT broker.
FileToURI (Function)
Saves the contents of a file to a resource identified by its URI.
Toast management functions
Connection (Property)
The Connection property gets and sets the connection associated with a data file.
<JSON variable>.ToString (Function)
Converts the content of a JSON variable to a JSON string.
iPrintReport (Example)
Usage example of the iPrintReport function
8. Sharing a project in practice
FTPTime (Example)
Usage example of the FTPTime function
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
EmailReadNext (Example)
Usage example of the EmailReadNext function
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
CertificateCheckFileSignatureBuffer (Function)
Checks the correspondence between a signature and a file. The signature was stored as a Buffer variable.
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
<TimeLine>.AddEvent (Function)
Adds an event into a TimeLine control.
<Map>.InfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....