ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
SQLFirst (Function)
Positions on the first row of the query result.
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
WDSQL, SQL querier: Overview
WDSQL is used to......
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
HTMLToText (Function)
Converts an HTML string or buffer to text.
The Static control
A Static control is a control used to display a static text......
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found in different directories......
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
rssCategory (Type of variable)
The rssCategory type is used to handle the category of a RSS stream or stream entry.
rssTextInput (Type of variable)
The rssTextInput type is used to describe the input area of RSS stream...
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
EventClose (Function)
Closes a synchronization event between several threads.
URI constants
The following constants are used by URI-specific functions:...
BottomMargin (Property)
The BottomMargin property is used to: Find out the bottom margin of a report. Modify the bottom margin of a report....
RightMargin (Property)
The RightMargin property is used to: Find out the right margin of a report. Modify the right margin of a report....
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.