ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
6. Editing a page: zoning mode
2. Projects in practice
Discover the main operations that can be performed on a project....
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
<zipArchive variable>.IsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
10. Customizing the aspect of a site: skin elements
Type and version of Web server
The configuration diagnostic displays the following error......
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
BrowserHeight (Function)
Returns the height (in pixels) of the client area where the page is displayed.
BrowserWidth (Function)
Returns the width (in pixels) of the client area where the page is displayed.
Properties of a help page
The characteristics of a help page are used to define......
The single-part and multi-part archives
Two types of archives are available......
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
IFrame control
IFrame is an HTML concept......
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......