ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iOSAppGroupDirectory (Function)
Returns the path of the container used to share files between several applications belonging to the same iOS App Group.
XMLChild (Function)
Positions on the first child element of current element.
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
EventChange (Function)
Modifies the status of an event.
fRename (Function)
Modifies the name of a file.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
SQLExec (Function)
Names and runs an SQL query.
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
ToClipboard (Function)
Writes text or image information into the system clipboard.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
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....
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
grLineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a line chart....
Discover all the possibilities of pivot tables
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...