ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetClientMessageBox (Example)
Usage example of the NetClientMessageBox function
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....
Mini preview window
When printing a report through programming or using iPrint, it is now possible to request the use of a mini preview instead of the traditional preview....
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
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.
OpenSister (Function)
Opens a non-modal sibling window.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
DnDForce (Function)
DnDForce is kept for backward compatibility.
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.
StringInsert (Function)
Inserts a string into another character string at a given position.
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....
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....
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.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
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.
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....