ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
Position (Function)
Finds the position of a specified string within another string.
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....
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
fUnlock (Function)
Entirely or partially unlocks an external file.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
fRename (Function)
Modifies the name of a file.
HTMLToText (Function)
Converts an HTML string or buffer to text.
Assignment operators
Three assignment operators are available......
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
dbgSaveDebugDump (Function)
Saves a dump file of the application.
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
Dictionary
The dictionary is a file that can contain the project elements......
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.