ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
StringInsert (Function)
Inserts a string into another character string at a given position.
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
StringReverse (Function)
Reverses the characters of a string.
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
TreeView Table control properties
List of properties associated with the TreeView Table control...
OpenSister (Function)
Opens a non-modal sibling window.
Control template
A control template is a set of controls that can be re-used in several windows or pages......
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
Contains (Function)
Allows you to check if a substring is within a string.
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
Chart control properties
A Chart control can be used......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
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....
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....