ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
MyPage (Reserved word)
MyPage is used to handle the current page...
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
MySelf (Reserved word)
MySelf is used to handle the current control...
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
MyReport (Reserved word)
MyReport is used to handle the current report...
Handling Spreadsheet controls programmatically (in a report)
4. HFSQL Classic
What is an application?
An application is a set of objects (windows, controls, ......
The Spin control
A Spin control is used to increase or reduce a value found in a control......
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
<Source>.LogInfo (Function)
Adds comments to the log when saving the operation.
<Source>.LogRecreate (Function)
Used to re-create an empty log.
<Source>.ChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
HLogInfo (Function)
Adds comments to the log when saving the operation.
HLogRecreate (Function)
Used to re-create an empty log.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate...
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost,...
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated...
The Static control
A Static control is a control used to display a static text......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification...
The OLE control
The OLE control is used to handle an OLE object......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web...
4. HFSQL Classic
Frequently asked questions about Automatic Update
Frequently asked questions about the update search mechanism....
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different...
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic...