ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
WebAddress (Type of variable)
The WebAddress type is used to define the advanced characteristics of a site address as well as its type (custom page, blog, ftp, etc.).
iParameterPDF (Example)
Usage example of the iParameterPDF function
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
rssCategory (Type of variable)
The rssCategory type is used to handle the category of a RSS stream or stream entry.
grSurfaceDeleteMarkCaption (Function)
Deletes the captions of marks found in a Surface chart.
Page (Property)
The Page property is used to handle a page.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
grSurfaceDeleteAltitudeColor (Function)
Deletes the altitude colors specified by grSurfaceAltitudeColor.
Max (Function)
Returns the greatest value passed as parameter.
HAlias (Example)
Usage example of the HAlias function
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
Caption (Property)
The Caption property is used to get and change the text of an element.
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
IF statement
The conditional IF statement allows you to run an action according to a condition...
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
gglConnection (Type of variable)
The gglConnection type is used to describe a connection to the Google services and to manage the authentication to different services...
Compression (Property)
The Compression property is used to manage data compression during a connection (HFSQL Client/Server, etc.)...
rssIdentifier (Type of variable)
The rssIdentifier type is used to describe the unique identifier of a RSS stream entry...
Component (Property)
The Component property configures the different components of a composite key.
HRegenerateFile (Function)
Regenerates a data file from its log.
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function