ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Time management
For each element (windows, reports, ......
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
Internal component description
The description of an internal component can opened at any time......
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
4. Monitor your applications
4. HFSQL Classic
HFSQL Classic is the database format......
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
Information 2102: 'Long' does not exist anymore: the integers are coded on 4 bytes
Information 2103: 'Double' does not exist anymore: the reals are coded on 8 bytes
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......