ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Word Processing control properties
A Word Processing control can be handled in a window by the following WLanguage properties......
LastDayOfYear (Function)
Returns the date of the last day of the year.
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
ExeTerminate (Function)
Ends the execution of a 32-bit application on the current computer: all the instances of the executable are killed.
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
USBDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
HsMenu,Label (Function)
Modifies the caption of a menu option.
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
<Spreadsheet>.DeleteRow (Function)
Deletes a row from a Spreadsheet control.
Error 705: The property does not exist on this type
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
ActionUndo (Function)
Cancels the last action performed by the end user.
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
GPSLastPosition (Function)
Retrieves the information about the last known device position.
CancelWebserviceContext (Function)
Deletes from the webservice context a variable added by DeclareWebserviceContext.
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
Right (Function)
Extracts the last characters from a string or string buffer.
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.
awProcedureGetAndSendInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendAndGetInfo.
awProcedureGetInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendInfo.
WLanguage procedure called by SpeechRecognitionTrigger
WLanguage procedure ("callback") called to run the speech recognition started by SpeechRecognitionTrigger.