ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
MatFloatAdd (Function)
Adds a value to each matrix element.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
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.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
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.
WEBDEV Application Server - 10 connections - License agreement
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......
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
HModifyDatabaseRights (Function)
Modifies the rights granted to a user or to a group for a HFSQL Client/Server database....
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
fMoveFile (Function)
Moves a file from one directory to another.
CurrentMonth (Function)
Returns the number of the current month.