ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
Right (Function)
Extracts the last characters from a string or string buffer.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
CurrentMonth (Function)
Returns the number of the current month.
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
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.
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).