ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Associative array (Type of variable)
An associative array is an "advanced" type of array...
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
sfSeekUpdatedResult (Type of variable)
The sfSeekUpdatedResult type is used to find out the result of SFSeekModified...
Specific features of the Express version
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....
Record (Type of variable)
The Record type is used to save the values of a record.
gglDocument (Type of variable)
The gglDocument type is used to handle a Google document...
SCM: Optimizing the time management
From version 110042, the dates and times are stored in the Source Code Manager in UTC format (Universal Time Coordinates) instead of local computer time......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Binding a Radio Button control to an item
A Radio Button control can be bound to an item in a data file, query, etc....
Procedure
The Procedure property can be used: on the hScheduledTask type, used to describe the scheduled tasks on an HFSQL Client/Server database. on the rssStream type, used to describe an RSS feed....
sfSeekDeletedResult (Type of variable)
The sfSeekDeletedResult type is used to find out the result of SFSeekDeleted...
<zipArchive variable>.NbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
InitialItem (Property)
InitialItem is used to find out the initial name of an item found in a query. This name is known from the alias of this item.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
WinEditMode (Property)
The WinEditMode property is used to determine and configure the actions allowed on a window and its controls when the window switches to "UI modification by end user" mode.
WinEditAllowed (Property)
The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
How to manage a combination through programming?
A combination is a type of variabble containing a list of values....
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
<Image variable>.DrawCircle (Function)
Draws a circle or an ellipse in an Image variable.