ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
Aliases on data files: HAlias
The aliases are used to handle......
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
Handling an Edit control programmatically
You can handle Edit controls programmatically......
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
HCloseConnection (Example)
Usage example of the HCloseConenction function
gToRetrieve (Function)
Describes the text value to display and to return when retrieving the value of an element found in a List Box control or in a Combo Box control.
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
Info (Function)
Displays a custom message in a system information window.
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
WinAdaptSize (Function)
Adapts the window size to the content of controls.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Software license agreement
WINDEV Express license agreement...
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....