ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
MatFloatAdd (Function)
Adds a value to each matrix element.
2. Projects in practice
Discover the main operations that can be performed on a project....
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
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......
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
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....
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
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.