ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LOOP statement
The statement block is repeated endlessly...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
docRow (Type of variable)
The docRow type is used to define the advanced characteristics of a table row in a Word Processing document.
Warning 18: Loop without potential end
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
7. Available controls in a window
WINDEV Mobile includes several types of controls...
WaitWindowStart (Function)
Opens the wait window of application.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
grGradient (Function)
Enables or disables the display of color gradients in a chart.
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
<Chart>.SunburstStartAngle (Function)
Specifies the starting angle of the first section in a Sunburst chart.
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit control.
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......
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.
fDirExist (Function)
Checks the existence of a directory.
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
RedisUnsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.
xlsDocument (Example)
Usage example of the xlsDocument type