ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)...
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
dCircle (Example)
Usage example of the dCircle function
Drawing constants
List of constants used by the drawing functions....
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
ChangeTarget (Function)
Changes the target of a button action.
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
Creating the menus for the windows of the WINDEV RAD pattern
iParameterDuplicate (Function)
Configures the automatic creation of the duplicate copy generated during the next print.
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Find/Replace in the current project
The "Find/Replace" feature is used to......
dPolygon (Example)
Usage example of the dPolygon function
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window......
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
Table
The "Table" keyword can correspond to...
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
5. User Groupware in practice