ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
14. Generation modes
Generation modes...
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
Handling menu options programmatically
The menu options can be handled......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
fRename (Function)
Modifies the name of a file.
Position (Function)
Finds the position of a specified string within another string.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
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.
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
Conversion (Function)
Converts a value from a unit to another one.
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