ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
SOAP web services: create, generate and deploy
WINDEV and WEBDEV allow you to generate web services directly......
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
zipMsgError (Example)
Usage example of the zipMsgError function
FinInterestRate (Example)
Usage example of the FinInterestRate function
Generating the RAD pattern
To generate a RAD pattern:...
SCM: Ribbon options
The operations on the SCM can be performed from the SCM tab of WINDEV, WEBDEV or WINDEV Mobile....
WinGiveSuitableHeight (Function)
Returns the height of a window, adapted to the content of controls.
WinGiveSuitableWidth (Function)
Returns the width of a window, adapted to the content of controls.
MaskFormat (Function)
Formats a character string using an InputMask variable.
dLine (Example)
Usage example of the dLine function
dPoint (Example)
Usage example of the dPoint function
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
WDOptimizer: Editing and modifying a ".REP" file