ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatFloatMultiply (Function)
Multiplies each matrix element by a value.
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MatWrite (Function)
Writes an element into a matrix.
MatRead (Function)
Reads the value of a matrix element.
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
TableSortedColumn (Function)
Returns the list of sorted columns found in a Table control.
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
diagLayout (Type of variable)
The diagLayout type is used to define all the layout characteristics of a diagram.
grSurfaceAddData (Function)
Adds a data into a Surface chart.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
ExceptionPropagate (Function)
Propagates an exception.
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
MatTranspose (Function)
Calculates the transposed matrix.
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
GranularityMovement (Property)
The GranularityMovement property is used to get and change the size of the grid to move: appointments in an Organizer control. appointments in a Scheduler control. events in a TimeLine control. tasks in a Gantt Chart column....
FTPSend (Example)
Usage example of the FTPSend function
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
Cell (Property)
The Cell property is used to manipulate one or more cells.
sfError (Type of variable)
The sfError type is used to find out the characteristics of an error returned by Salesforce...
Combination (Type of variable)
A combination is a set of options.
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.