ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
Certificate functions (prefix syntax)
The following functions are used to handle Windows certificates, using prefix syntax:
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
End of break block
The End of break block is optional......
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
<Image variable>.DrawPolygon (Function)
Draws a polygon in an Image variable.
Character string: How to extract, remove and replace words?
This page presents the main operations that can be performed on a character string....
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Title (Property)
The Title property is used to get and change the title of an element.
WINDEV and the SOAP protocol
spLength (Property)
The spLength property is used to: Get the hash output length. This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the hash output length (only for "Password" items defined programmatically)....
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
.NET 3.0, 4.0 control properties, ... (WPF)
List of properties associated with the .NET 3.0, 4.0 control, ... (WPF)...
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....