ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AppointmentAdd (Example)
Usage example of the AppointmentAdd function
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
MongoGridFSGetFileInfo (Function)
Allows you to get information about a MongoDB file (gridFS).
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
EmailGetAll (Function)
Retrieves all the emails found on a server.
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....
dFill (Function)
Colors an area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
iPrintImage (Function)
Sends the image file to print to the print buffer.
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
OrganizerWorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
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").
Title (Property)
The Title property is used to get and change the title of an element.
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
dPolyline (Function)
Draws a line composed of multiple segments.
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
Color (Property)
The Color property is used to get and change the color of an element.
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
HExecuteProcedure (Function)
Runs a stored procedure.