ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MySelf (Reserved word)
MySelf is used to handle the current control...
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Describing an element
A flexible modeling includes different elements linked together......
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
Managing HFSQL Classic tables
The HFSQL Control Center allows you to fully manage HFSQL Classic tables......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Enumeration (Variable type)
An enumeration is a set of values......
Access (Property)
The property Access property lets you manage the type of access for a connection (HFSQL Client/Server, OLE DB, ...)....
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
The Flexbox control
Flexbox is a standard layout system for web pages......
Project description: Style tab
The project description window allows you to configure various elements of your project......
HTML table
The HTML Table control allows you to create specific layouts in HTML pages......
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
HCross (Function)
Crosses a record in a data file.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....