ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes...
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Display (Property)
The Display property gets and sets the video displayed in the Conference control. The Conference control can display an incoming video, an outgoing video, or no video.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
The Camera control
The Camera control is used to view the video captured by a camera connected to the current computer....
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
PageBorderVisible (Property)
The PageBorderVisible property is used to: determine if the page borders are displayed in a Diagram Editor control. show or hide the page borders in a Diagram Editor control....
LibraryPanelVisible (Property)
The LibrayPanelVisible property is used to: determine if the "Library" panel is displayed in a Diagram Editor control. show or hide the "Library" panel in a Diagram Editor control....
ModifierPanelVisible (Property)
The ModifierPanelVisible property is used to: determine if the "Modifier" panel is displayed in a Diagram Editor control. show or hide the "Modifier" panel in a Diagram Editor control....
Get (External language)
Retrieves the value of a control.
Table,Display (External language)
Refreshes the Table control.
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
grDestinationControl (Function)
Defines an Image control as destination of a chart.
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
API (Function)
Runs a function found in an external DLL.
CallDLL32 (Function)
Runs a function found in an external DLL.
LoadDLL (Function)
Loads the specified library (DLL) in memory.
Progress Bar control properties
List of properties associated with the Progress Bar control...
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
Support for the setup program
When creating the setup program via the wizard, you have the ability to choose the options regarding the setup support....