ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
WEBDEV administrator: Characteristics of current connections
The "Connections" tab gives various information about the current connections......
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
Structure of data files of user groupware
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
Project (External language)
Opens and runs a WINDEV project.
SourceDescription (Property)
The SourceDescription property is used to get the name of the element used as data source of a series.
TokenAllowDuplicate (Property)
The TokenAllowDuplicate property is used to: Allow or prevent the user from entering duplicates in a "Text token" Edit control. Determine if duplicates are allowed in a "Text token" Edit control....
SysIMEI (Function)
Returns the IMEI number of an Android phone.
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....
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
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)......
LanguageToName (Function)
Returns the name of a language.
Truncate (Function)
Truncates the right part of a string or buffer.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
ArrayDeleteAll (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....