ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EnumerationFromName (Function)
Returns an enumeration value known by its name.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
StringReverse (Function)
Reverses the characters of a string.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
fListFile (Function)
Lists the files found in a directory and returns the list of files.
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
ExtractLine (Function)
Extracts a specific line from a character string.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
TimeValid (Function)
Checks the time validity.
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....