ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LooperAdd (Function)
Adds a row at the end of a Looper control.
fSize (Function)
Returns the size of a file (in bytes).
SQLChangeConnection (Function)
Modifies the current connection.
RGB (Function)
Defines a color from its Red, Green and Blue components.
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
CurrentYear (Function)
Returns the current year in integer format.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
SocketClose (Function)
Closes a socket or a connection to a server socket.
StringEndsWith (Function)
Checks whether a character string ends with: with a specific character string. with one of the character strings in an array....
Sort (Function)
Sorts a WLanguage array.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
FinLinearRedemption (Function)
Calculates the value of linear amortization of a product over a specific period of time.
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
ThreadState (Function)
Returns the current status of a thread.
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
gpwOpen (Function)
Opens the User Groupware login window or page.
How to include secure payment in a WEBDEV website?
This help page explains how to add a secure payment into a WEBDEV website......
fAttribute (Function)
Returns or modifies the attributes of a file.
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
fCompare (Function)
Compares the content of two files bit by bit.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).