ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
AdditionCompleted (Property)
The AdditionCompleted property determines if an element was added to a queue, list or stack, or if the operation is in progress.
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
HSetMemo (Function)
Used to modify the management mode of memo items.
SOAPGetResult (Function)
Returns the result of the last SOAP procedure that was successfully run.
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Creating the windows and the pages of the RAD pattern
HPrevious (Function)
Positions on the previous file record according to a browse item.
HPass (Function)
Defines the password used to create or open a table.
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Accessing a database via a web service
The database can be accessed via a web service......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
Discover WINDEV Mobile
WINDEV Mobile Tutorial - WINDEV Mobile overview Discover WINDEV Mobile - 10 min
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....