ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
LooperCount (Function)
Returns the number of rows in a Looper control.
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
SchedulerReset (Function)
Populates the ScheduledTask and/or TriggerScheduledTask structures with the default values....
GglAnalyticsAddEvent (Function)
Adds an event in Google Analytics
GglAnalyticsAddPage (Function)
Adds a page beside Google Analytics.
GglAnalyticsAddSocialNetworkAction (Function)
Adds a social network action beside Google Analytics.
GglAnalyticsAddTiming (Function)
Adds a duration beside Google Analytics.
Items used in a select query
A query created in the query editor can contain several types of items......
GglAnalyticsAddException (Function)
Adds an exception beside Google Analytics.
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
Various functions
List of various functions found in WINDEV, WINDEV Mobile and WEBDEV....
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
Text (Property)
The Text property is used to get and modify text.
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
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....
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
Thread management functions
List of functions for managing threads...
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.