ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis.
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive:
  • The name of the file and its stored path.
  • The initial size of the file.
  • The compressed size of file.
  • The date and time of file creation.
  • The date and time of file modification.
  • The date and time of file access.
  • The file attributes.
  • The file encryption mode.
fDriveInfo (Function)
Returns information about a drive.
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server.
<mongoDatabase variable>.Info (Function)
Returns information about a MongoDB database.
StreamInfo (Function)
Returns the name and/or number of the stream issuer.
NetInfoRemoteAccess (Function)
Returns information about the status of a connection as well as the statistics about this connection.
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL file).
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared...
Analysis shared between earlier WINDEV applications and WINDEV 2024 applications
An analysis can be shared between a WINDEV application......
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval...
URL Rewriting
URL Rewriting is a technique used to improve SEO......
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest....
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server...
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Link properties
When creating a link, you can simply specify the destination......
WiFiConnect (Function)
Connects the device to the specified Wi-Fi network.
OrganizerListAppointment (Function)
Returns: the list of appointments found between two dates in an Organizer control,...
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found...
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications...
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back...
sEvent (Function)
Branches an event on a serial port.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
Using the task management and the schedule
Time management is extremely important......
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Obtaining an SSL certificate for IIS2 (2.0 or later)