ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
gpwOpen (Function)
Opens the User Groupware login window or page.
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
iFont (Function)
Selects the default font.
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
Image control in a page
iPrintReport (Function)
Prints a report created with the report editor.
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options......
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
StreamConfigure (Function)
Specifies the network parameters required to use the Conference controls on Internet.
How to browse the directories of a disk?
This help page explains how to browse the directories found on a disk....
How to create and handle a structure?
This help page explains how to create and handle a structure....
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....
How to use an array of structures?
An array of structures is an Array variable......