ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
StreamAccept (Function)
Associates a stream connection request with a Conference control.
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
MultimediaControlVisible (Function)
Manages the visibility of control buttons (Play, Pause, Fast Forward, ...) found in the Multimedia control.
SpreadsheetSelectComment (Function)
Allows you to: know if a comment is selected in a Spreadsheet control, select or deselect a comment in a Spreadsheet control....
<Table>.Print (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
<HTML Display control>.ExecuteControlProcess (Function)
Executes a WLanguage event associated with a control in an HTML page displayed by an HTML Display control.
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
ERR_TIMEOUTINIT
OLELoad (Function)
Initializes an OLE control with an OLE object.
Associating a control with a tab pane
Methods to associate a control with a tab pane......
gpwInLDAPMode (Function)
Allows you to find out whether identification of users in the user groupware will be done via a LDAP directory.
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
ERR_BAD_CONTEXT_INTERNAL
ERR_CANNOT_LAUNCH
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
WiFiListNetworkCard (Function)
Returns the list of Wi-Fi network cards currently available on the current computer.
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.