ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
AlbumPicker (Function)
Retrieves a photo, an image or a video stored in the photo album of the mobile device.
OrgSelectPlus (Function)
Selects an element in an Organization Chart control.
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
WDAdminHF: Saving the databases
The remote HFSQL administrator allows you to create backups of HFSQL Client/Server data files......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
iPrintAreaRTF (Example)
Usage example of the iPrintAreaRTF function
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window......
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
iPrintReport (External language)
Prints a report created with the report editor.
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
ControlInfoXY (Function)
Returns the name of the control located at a given position.
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
MemSeek (Example)
Usage example of the MemSeek function