ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Report viewer: Offer several reports
In the document preview, end users can......
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Creating an action plan
The action plans group all actions that will be performed by the software factory....
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
5. User Groupware in practice
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
MatFloatAdd (Function)
Adds a value to each matrix element.
gpwAddUser (Function)
Adds a user to the User Groupware database.
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.
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......