ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
8. "Mobile friendly" site: Dynamic serving
PC SOFT Free Technical Support
Thank you for buying one of our products......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
SFExecuteProcess (Function)
Requests the execution of a specific process.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
<sfConnection variable>.ExecuteProcess (Function)
Requests the execution of a specific process.
<ParallelTask variable>.RequestCancellation (Function)
Requests the cancellation of a parallel task.
CameraRequestPermission (Function)
Requests permission to use the device's camera....
VideoRequestPermission (Function)
Requests permission to use the device's camera....
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
<Element>.RequestRefreshUI (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
BTChangeConnectivity (Function)
Used to configure a Bluetooth radio to accept (or not) the requests for connection coming from the devices.
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
OBEXGetFile (Function)
Retrieves a file from a device that supports the OBEX protocol.
OBEXDisconnect (Function)
Used to disconnect from a device that supports the OBEX protocol.
OBEXGetVCard (Function)
Retrieves a VCard from a device that supports the OBEX protocol.
SysNotificationCompatible (Function)
Checks if the operating system supports interactive notifications.
OBEXSendFile (Function)
Sends a file to a device that supports the OBEX protocol.