ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
AnimationDirectionAlernate (Property)
The AnimationDirectionAlernate property allows you to: Check whether the animation in an infinite Progress Bar control is played forwards first, then backwards. Configure the animation in an infinite Progress Bar control to be played forwards first, then backwards....
iReset (Function)
Reinitializes the print settings (margins, font, paper format, orientation, ...) stored in the print library.
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......
iBorder (Example)
Usage example of the iBorder function
Organizer report
The report editor gives you the ability to create "Organizer" reports....
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
CurrentMonth (Function)
Returns the number of the current month.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
iParameter (Function)
Retrieves the printer configuration and configures the print.
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.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
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.
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
ErrorBuild (Function)
Displays a custom error message in a system error window.