ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. User Groupware in practice
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
zipInfoFile (Example)
Usage example of the zipInfoFile function
WaitWindowStart (Function)
Opens the wait window of application.
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
SMSSend (Function)
Sends an SMS.
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Chart: Managing legends
Several types of legends are supported in the charts......
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
Size (Property)
The Size property is used to determine and change the size of an element.
Generating the RAD pattern
To generate a RAD pattern:...
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...