ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one...
Programming custom calculations in Table controls
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics...
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images...
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers,...
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory...
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations...
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer,...
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify...
Size (Property)
The Size property is used to determine and change the size of an element.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window...
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts....
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
HCreateMovableReplica (Function)
Creates a movable replication.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location...
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break...
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Installing a SOAP server with Apache
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple...
Error (Function)
Displays a custom error message in a system error window.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......