ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to......
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
Handling Gantt Chart controls programmatically
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
CharactType (Function)
Returns information about the type of character.
SysDir (Function)
Returns the path of a system directory.
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Link control properties
The Link control is available in a page and in a report......
ColorPalette (Function)
Returns a color found in the current palette.
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
ContextExist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
ArrayDistinct (Function)
Returns an array without duplicates.
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
Runtime log
The runtime log is the best way to identify the most used features of an application......