ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
HDescribeFile (Function)
Describes a data file programmatically.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Compound statements
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Global and local variable
Two types of variables are available......
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
Properties of a help page
The characteristics of a help page are used to define......
Environment of code editor
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
WinSize (Function)
WinSize: returns or modifies the window display mode (maximized, minimized or normal), modifies the window height and/or width, moves the window and modifies a window's height and/or width....
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......