ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DashCount (Function)
Returns the number of widgets found in a Dashboard control.
Automation object
The Automation keyword is used to declare an automation object...
CurrentYear (Function)
Returns the current year in integer format.
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit control.
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB database.
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
Comparison operators
The comparison operators can be divided into several categories......
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
HCreateMovableReplica (Function)
Creates a movable replication.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
grSunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner....
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
EventChange (Function)
Modifies the status of an event.
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
AssistedInputDeleteAll (Function)
Clears the list of values proposed for the assisted input of an edit control.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Referring to an element in a WLanguage event / process