ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
eChangeCurrency (Function)
Converts a currency into another currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
ThreadExecute (Function)
Starts the execution of a secondary thread.
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
zipDeleteFile (Function)
Deletes a file from an archive.
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
UploadStart (Function)
Starts sending the selected files into an Upload control.
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
SwipeEnabled (Property)
The SwipeEnabled property enables or disables the swipe gesture support: on an Internal Window control. on a row in a Looper control....