ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
<String type>.Increment (Function)
Increments a number at the beginning or at the end of a string.
SaaSAdminDisconnect (Function)
Ends the management session of a SaaS database.
<Connection variable>.NoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
EndTimer (Function)
Ends the execution of a timer triggered by Timer.
tapiCallEnd (Function)
Returns the date and time of the end of call.
RulerVisible (Property)
The RulerVisible property is used to: Determine if a playhead is visible in a TimeLine control. Show or hide a playhead in a TimeLine control....
fAddText (Function)
Adds the content of a character string at the end of a file.
LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
SysIconModify (Function)
Modifies the icon file and/or the hover text of the icon in the taskbar (lower-right corner of the screen)....
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......
SCM file format evolutions
Four versions are available for the SCM repository......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
EmailAddress (Type of variable)
The EmailAddress type is used to handle an email address as well as its type (home, office, etc.).
Handling an Upload control through programming
The Upload control is used to upload one or more files....