ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
TitleHeight (Property)
The TitleHeight property gets and sets: the height of the title for the columns of a Table or TreeView Table control. the height of the title bar of a Dockable Panel control. the height of the title bar of a window with a custom title bar....
Title (Property)
The Title property is used to get and change the title of an element.
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Composite chart
A composite chart is a chart that displays several types of charts......
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
TitleHeader (Property)
The TitleHeader property is used to: Get the title and aspect of a column title-header (Table or TreeView Table control). Get the number of column title-headers (Table or TreeView Table control). Change the title and aspect of a column title-header (Table or TreeView Table control)....
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
13. 3-Tier architecture
8. 10 tips for better interfaces...
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
11. Choosing the action of a button/link