ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
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.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Character strings
WLanguage supports different types of strings....
gImage (Function)
Builds a sequence of characters containing an image.
WordToArray (Function)
Fills an array with the words from a string.
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
fExeDir (Function)
Returns the directory from which the execution is started.
HState (Function)
Used to find out the state of a record.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
DurationToString (Function)
Converts a duration to a character string in the specified format.
DateToDay (Function)
Returns the day that corresponds to a given date.
MatCreate (Function)
Creates a matrix containing 0 row and 0 column.
State (Property)
The State property is used to get and change the state of an element.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
MatFloatMultiply (Function)
Multiplies each matrix element by a value.