ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
WDStatistics: Configuring the WEBDEV administrator
To create the log files required to calculate the statistics for site traffic, a specific setting must be performed in the WEBDEV administrator......
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
Size (Property)
The Size property is used to determine and change the size of an element.
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Functions for managing objects (External language)
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
HDescribeItem (Function)
Describes a file item through programming.
Size (Example)
Usage example of the Size property
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
CertificateSignExecutable (Function)
Signs an executable file with a certificate.
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Appendix 4: WEBDEV modules
The table below presents the modules installed by the WEBDEV application server for Linux and their main features......
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
2. Projects in practice
Discover the main operations that can be performed on a project....
Native 64-bit and native 32-bit: a single source code
The 64-bit operating systems are starting to appear on the PCs and on the servers......
How to save and retrieve an image in a binary memo