ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes...
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
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......
Drop-down button
The drop-down button expands: a context menu. a popup window....
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
Native 64-bit and native 32-bit: a single source code
The 64-bit operating systems are starting to appear on the PCs and on the servers......
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
3-tier architecture
The development in "3-tier" architecture is now simplified......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
<Chart>.AddTimeData (Function)
Adds data at a precise moment in a time chart.
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
Runtime log
The runtime log is the best way to identify the most used features of an application......
WINDEV Framework License Agreement
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
ToolTipColor (Function)
Modifies the colors used for displaying the tooltips.
Events associated with an infinite Progress Bar control
Handling a ListView control through programming (prefix syntax)
WINDEV allows you to programmatically handle ListView controls......
Handling an Organizer control through programming (prefix syntax)
An Organizer control can be handled through programming....
Handling a Calendar control through programming (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
Container column of a Table control (prefix syntax)
A cell found in a Table control can contain a set of controls......
Assisted input in an edit control (prefix syntax)
Implementing input suggestions in an Edit control is very simple......
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......