ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
PopupAnimate (Function)
Displays a popup in a page cell.
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
PageChangeLayout (Function)
Applies a specific layout to a page.
Handling Gantt Chart controls programmatically
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....
<Popup>.Animate (Function)
Displays a popup in a page cell.
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
PaneVisibleByDefault (Property)
The PaneVisibleByDefault property determines if the image editor pane is visible by default.
The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
The "Business rules" pane
The "Business rules" pane displays the list of business rules associated with the project......
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....
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
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....
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
PageDisplay (Function)
Displays a web page in the user's browser....
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
Error 1029: The access to the base class is restricted by a protected inheritance
Error 1030: The access to the base class is restricted by a private inheritance
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...