ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<httpResponse variable>.GetCookie (Function)
Retrieves cookies read in the httpResponse variable (containing the result of HTTPSend).
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
LEDSwitchOff (Function)
Switches the LED (Light-Emitting Diode) of the device off.
iParameterDuplicate (Function)
Configures the automatic creation of the duplicate copy generated during the next print.
<httpRequest variable>.ManageCookie (Function)
Enables or disables the management of cookies in an HTTP request run by HTTPRequest.
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
DriveCopyDirectory (Function)
copy a directory on the Drive to another directory on the Drive (remote disk).
HCross (Function)
Crosses a record in a data file.
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
HRegenerateFile (Function)
Regenerates a data file from its log.
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
grAddData (Function)
Adds a data into a chart.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
2. Analysis in practice
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
Assisted universal replication: specific features
AutoLineWrap (Property)
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......