ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
Items used in a select query
A query created in the query editor can contain several types of items......
Using an external component in an application
A component can be reused at any time in any application......
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
xlsDocument (Example)
Usage example of the xlsDocument type
Currencies
A currency is a real coded on 10 bytes....
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
Type (Example)
Usage example of the Type property
grCreate (Function)
Creates a specific type of chart.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
grType (Function)
Identifies or modifies the type of chart.
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
GetDefinition (Function)
Retrieves the definition of element type.
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Android and Java: call WLanguage procedures
Permet de spécifier la procédure qui sera appelée lorsque l’utilisateur effectue un clic dans un Widget iOS 14....