ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
InputMask (Property)
The InputMask property is used to:
  • get the input mask.
  • set the input mask (from the masks available for the type).
Mask functions
The following functions are used to manage masks...
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
Binding a Link control to an item
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
Binding a Combo Box control to an item
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
ThreadEnd (Function)
Ends the execution of the current thread.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to......
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...
Events associated with the Rating control
WINDEV, WEBDEV and WINDEV Mobile manage the following event by default......
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
DisplayOrphan (Property)
The DisplayOrphan property is used to: Determine whether a row or column in a Pivot Table control is displayed when it has no parent. Change the display mode of a row or column in a Pivot Table control when it has no parent....
ContextOpen (Function)
Opens a new page context without returning the information to the browser.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
PositionOccurrence (Function)
Finds the Xth position of a string within another string.