ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fTempPath (Function)
Returns the name of directory used to store the temporary files.
Error 403: The item does not belong to the file
Error 22: No END statement is associated with this FOR
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
SFDelete (Function)
Deletes records from a Salesforce database.
AppointmentLast (Function)
Reads the last appointment in a Lotus Notes or Outlook calendar.
AppointmentFirst (Function)
Reads the first appointment found in the calendar of a Lotus Notes or Outlook messaging.
NbColumn (Property)
The NbColumn property is used to get the number of columns in a report.
Error 103: The type is unknown
SysNbExternalStorage (Function)
Returns the number of external storage spaces found on an Android device.
HRetrieveBackup (Function)
Retrieves locally the content of a compressed backup (in ZIP format) performed on an HFSQL server.
gpwLogin (Function)
Connects a user to an application that is using the User Groupware.
TaskNext (Function)
Reads the task found after the current task in the task list of a Lotus Notes or Outlook messaging.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
ContactLast (Function)
Reads the last contact in a Lotus Notes or Outlook address book.
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
dbgEnableLog (Function)
Enables the runtime log programmatically.
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
Position (Function)
Finds the position of a specified string within another string.