ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipNbFile (Example)
Usage example of the zipNbFile function
<Scheduler>.SelectPlus (Function)
Selects an appointment in a Scheduler control.
<Scheduler>.DeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
HCopyFile (Example)
Usage example of the HCopyFile function
zipDeleteAll (Example)
Usage example of the zipDeleteAll function
zipNbPart (Example)
Usage example of the zipNbPart function
AppointmentModify (Function)
Modifies the current appointment: in a Lotus Notes or Outlook calendar. in the calendar found on a mobile device (Android/iOS)....
dTextRTF (Function)
Draws RTF text: in an Image control, in an Image variable....
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
SOAPRunXML (Example)
Usage example of the SOAPRunXML function
<Scheduler>.SelectMinus (Function)
Deselects an appointment from a Scheduler control.
SOAPError (Example)
Usage example of the SOAPError function
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
SchedulerDeleteTrigger (Function)
Deletes a trigger from a scheduled task.
GglGetStaticMap (Example)
Usage example of the GglGetStaticMap function
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
zipClose (Function)
Closes an archive.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....