ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ToClipboard (Function)
Writes text or image information into the system clipboard.
NetworkDisconnect (Function)
Disconnects a network drive.
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
zipExist (Function)
Determines whether an archive exists.
OpenIDIdentity (Variable type)
The OpenIDIdentity type is used to define all the advanced characteristics of a user connected to a web service via the OAuth 2.0 protocol.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
SQL view
An SQL view is a virtual data source defined by an SQL query......
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
StatSum (Function)
Calculates the sum for a series of values.
httpRequest (Variable type)
The httpRequest type gets the advanced characteristics of an HTTP/HTTPS request....
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
Right (Function)
Extracts the last characters from a string or string buffer.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
Manager of automated tests
The test manager is used to......
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL table, from a query or from an HFSQL view into a physical file (on disk).
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...