ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SFMerge (Function)
Merges the Salesforce records (also called Salesforce objects).
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
ContactLast (Function)
Reads the last contact in a Lotus Notes or Outlook address book.
XamlDisable (Function)
Simulates the absence of .Net 3.0 framework.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
Constants for telemetry management
Constants for telemetry management...
ZoomWithFinger (Property)
The ZoomWithFinger property is used to: determine if an Image or Camera control supports pinch zoom. enable or disable pinch zoom in an Image or Camera control....
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
SFSeekDeleted (Function)
Seeks and retrieves the records (Salesforce objects) deleted during the specified period.
fDirectoryExist (Function)
Checks the existence of a directory.
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
SFUndelete (Function)
Restores previously deleted Salesforce records.
SFSeekModified (Function)
Seeks and retrieves the records (Salesforce objects) modified during the specified period.
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
AppointmentPrevious (Function)
Reads the appointment found before the current appointment in the calendar of a Lotus Notes or Outlook messaging.
AppointmentNext (Function)
Reads the appointment found after the current appointment in the calendar of a Lotus Notes or Outlook messaging.
BTActivate (Function)
Enables or disables the management of Bluetooth on the device.
inAppListProductInfo (Function)
Retrieves, from the store, information about the "In-App" products associated with the application.
StreamChangeDriver (Function)
Specifies the camera that will be used as source for a stream and/or a Conference control....
CtInitialCatalog (Property)
The CtInitialCatalog property is used to get the default database defined for the access.
FTPSend (Example)
Usage example of the FTPSend function