ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LoadParameter (Function)
Reads a persistent value.
zipClose (Function)
Closes an archive.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Size (Property)
The Size property is used to determine and change the size of an element.
WDScript: use in command-line and console mode
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....
XImage (Property)
The XImage property is used to get and change the initial X-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
YImage (Property)
The YImage property is used to get and change the initial Y-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
LooperInsertLine (Function)
Inserts a row into a Looper control.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
Right (Function)
Extracts the last characters from a string or string buffer.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......