ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
<Table>.SearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
<String type>.Split (Function)
Extracts all the substrings from a character string based on one or more string separators.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
StringSplit (Function)
Extracts all the substrings from a character string based on one or more string separators.
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Map control functions
Map control functions...
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
The Cell control
The Cell control contains controls......
The Clickable Image control
The Clickable Image control can be used to......
RibbonAdaptSize (Function)
Adapts the size of the controls found in a Ribbon control according to the size of their caption.
The Spin control
A Spin control is used to increase or reduce a value found in a control......
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......