ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
Organizer report
The report editor gives you the ability to create "Organizer" reports....
CurrentMonth (Function)
Returns the number of the current month.
iBorder (Example)
Usage example of the iBorder function
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
HExecuteProcedure (Function)
Runs a stored procedure.
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
iReset (Function)
Reinitializes the print settings (margins, font, paper format, orientation, ...) stored in the print library.
iParameter (Function)
Retrieves the printer configuration and configures the print.
UUDecode (Function)
Decodes a character string in UUEncode format.
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
WordToArray (Function)
Fills an array with the words from a string.
ErrorBuild (Function)
Displays a custom error message in a system error window.
MyParent (Reserved word)
MyParent is used to handle...
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
HState (Function)
Used to find out the state of a record.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.