ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
AllowActionBarHiding (Property)
The AllowActionBarHiding property automatically hides the Action Bar.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
VariantMember (Variable type)
The VariantMember type is an advanced type corresponding to an array of members, each member...
ContactCreate (Function)
Displays the contact creation window of the device's native contact management application...
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
rssStream (Variable type)
The rssStream type is used to handle a RSS feed...
PageToFile (Function)
Automatically updates: the value of the items in a table with the value of the controls...
SQLLast (Function)
Sets the position on the last row of the query result.
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found...
HExportCSV (Function)
Exports the records found in a table (HFSQL or OLE DB), a view or a query to a CSV file.
rssIdentifier (Variable type)
The rssIdentifier type is used to describe the unique identifier of a RSS feed entry...
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
NumberInWords (Function)
Converts a number to words.
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV...
BackgroundTaskAdd (Function)
Adds a new background task.
Break in a report
The break is used to group the records corresponding to a sort criterion......
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer,...
fOpen (Function)
Opens an external file (ANSI or UNICODE) for programmatic manipulation.
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice...