ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
HDBIndex (Function)
Opens an xBase index file.
xBase files: Limits
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
SocketCreate (Function)
Creates a socket.
fTempPath (Example)
Usage example of the fTempPath function
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
Handling report blocks
The different operations available on report blocks are as follows......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
Variable scope
Variables can be declared anywhere in the code....
gglConnection (Type of variable)
The gglConnection type is used to describe a connection to the Google services and to manage the authentication to different services...
Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
Pivot Table control properties
A Pivot Table control can be handled in a window by the following WLanguage properties......
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report......
Custom tooltips
Tooltips are very useful for application users......
SaaSAdminModifyClient (Function)
Modifies a SaaS client account.
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
docTable (Type of variable)
The docTable type is used to define the advanced characteristics of a Table paragraph found in a Word Processing document.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
gImage (Function)
Builds a sequence of characters containing an image.
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......