ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PDFReaderOpen (Function)
Opens a PDF file displayed in a PDF Reader control.
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
SysXRes (Function)
Returns the horizontal screen resolution.
SQL view
An SQL view is a virtual data source defined by an SQL query......
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
PDF Reader control functions
The following functions are used to manage PDF Reader controls:...
Label report
The report editor allows you to create "Label" reports......
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
User Groupware and Client/Server data files
An application that uses the user groupware can be used with a HyperFileSQL database in Client/Server mode......
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Component (Property)
The Component property configures the different components of a composite key.
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....