ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)...
12. Control templates
WINDEV Mobile allows you to create control templates....
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
Constants for managing Organizer controls
Constants for managing Organizer controls...
Error 1005: To explicitly access a global element of '%1' class, use the syntax
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Error 1021: The method of the class is not global
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
AnimationPlay (Function)
Plays an animation when a control, a group of controls or a window is modified.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Events associated with a Slider control (WEBDEV)
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
<Page>.ToSource (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<Source>.FromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
<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....
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control......
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....
Error 705: The property does not exist on this type
Error 1012: The class member is not global: it cannot be accessed from a global method
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).