ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
ServiceRestart (Function)
Restarts a service (already started).
fUnlock (Example)
Usage example of the fUnlock function
iPrintReport (Function)
Prints a report created with the report editor.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
Structure of data files of user groupware
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
11. Controls in practice
Discover the main characteristics of the controls...
Handling a Web Component control through programming
edtHTMLSelection (Type of variable)
The edtHTMLSelection type is used to identify all the advanced characteristics of a selection in an HTML Editor control
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
Combination (Type of variable)
A combination is a set of options.
Age (Function)
Returns the age according to the date of birth.
Using RAD patterns
The steps for creating a RAD pattern are as follows......
Creating the Form windows of a WINDEV RAD pattern
Creating the Vision windows of the WINDEV RAD pattern
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
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.
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.