ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListStopWord (Function)
Returns the list of stop words used by a full-text index.
fDataDir (Function)
Returns the full path of the directory of HFSQL tables specified by the user when installing the application.
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
AppointmentListCalendar (Function)
Lists the calendars available on the mobile device (Android/iOS)....
HListConnection (Function)
Returns the list of connections currently described in the application.
fLongName (Example)
Usage example of the fLongName function
zipSize (Example)
Usage example of the zipSize function
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Event (Type of variable)
The Event type is used to define all the advanced characteristics of an event: birthday, saint's day, ......
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
JSONToVariant (Example)
Usage example of the JSONToVariant function
HOnError (Example)
Usage example of the HOnError function
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
Deploying an action plan
Once created, the action plans must be deployed in order to be run.
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
HTransactionSavepoint (Function)
Declares a transaction savepoint.
HMergeView (Example)
Usage example of the HMergeView function