ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
FTPRemoveDir (Example)
Usage example of the FTPRemoveDir function
NetGetFile (Example)
Usage example of the NetGetFile function
PVTInfoXY (Function)
Returns the values of headers corresponding to a position in a Pivot Table control in pixels.
FTPMakeDir (Example)
Usage example of the FTPMakeDir function
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
DocSelect (Function)
Selects a fragment in a Word Processing control.
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
<Document variable>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Document variable.
<Image>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image control) with an Alpha channel.
<Icon variable>.SaveICO (Function)
Saves an image in icon format either in a file, or in memory.
<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified Image control.
<Image>.HorizontalSymmetry (Function)
Flips an image in an Image control with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<Image>.VerticalSymmetry (Function)
Flips an image contained in an Image control with respect to a vertical axis (symmetry with respect to a vertical axis).
<fbSession variable>.GetUserInformation (Function)
Gets the Facebook information of the connected user.
<mqttSession variable>.Subscribe (Function)
Used to subscribe to a MQTT notification.
<mqttSession variable>.Unsubscribe (Function)
Allows you to unsubscribe from a MQTT notification.
<mqttSession variable>.UnsubscribeAll (Function)
Allows you to unsubscribe from all the existing subscriptions.
<WDPic variable>.Rotation (Function)
Rotates a WDPic image.
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
PDFReaderGoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
HOnError (Function)
Customizes the management of HFSQL errors.
FTPCurrentDir (Example)
Usage example of the FTPCurrentDir function
FTPSend (Example)
Usage example of the FTPSend function