ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile
Using batch processing in multiple projects
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers...
PageParameter (Function)
Returns the value of a parameter passed to the current page.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line...
ExeRemoteRun (Function)
Starts running a remote program from the current application.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
CtDescribedUserName (Property)
The CtDescribedUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
ComponentInfo (Function)
Returns information about a component.
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
fDate (Example)
Usage example of the fDate function
WDAdminHF: Saving the databases
The remote HFSQL administrator allows you to create backups of HFSQL Client/Server data files......
fDateTime (Example)
Usage example of the fDateTime function
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
16. Java applications in practice
Java applications in practice...
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
CtDescribedCaption (Property)
The CtDescribedCaption property is used to get and set the caption of the connection to the OLE DB data source.
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
fSizeUncompressed (Example)
Usage example of the fSizeUncompressed function
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function