ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
TextProgressBar (Property)
The TextProgressBar property gets and sets the text displayed in a progress bar.
Restore (Function)
Displays a WINDEV window to its initial size.
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
Hint (Property)
The Hint property gets and sets the hint text displayed when the Edit control is empty.
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
Library,Disk (External language)
Opens the project library that is stored on disk.
Maximize (Function)
Displays a WINDEV window in its maximum size.
ArrayDistinct (Function)
Returns an array without duplicates. Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
Screen,Get (External language)
Retrieves the value in a control or in a variable.
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
LeftIndent (Property)
The LeftIndent property is used to get and change the space to the left of the text in a control.
Indirection operators
Operators { and operators } operators are used to access a field, variable, class member or table item by dynamically constructing the name of the field, variable, class member or item...
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).