ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
8. Sharing a project in practice
Report based on a query
Queries are used to easily select records in one or more data files......
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process of the current control.
CompactToolbar (Property)
The CompactToolbar property is used to: determine if the window toolbars are compacted. compact (or not) the toolbars....
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
StatusBar (Property)
The StatusBar property is used to: find out whether the status bar is displayed or not display (or not) the status bar of a window....
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
ERR_ALREADYCONNECTED
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
WEBDEV license agreement
WEBDEV license agreement...
HelpNumber (Property)
The HelpNumber property is used to identify and modify the help number associated with a control.
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
Movable (Property)
The Movable property is used to: Find out whether a table column can be moved by the user, Allow and/or forbid a table column to be moved by the user....
Browser management functions
List of functions for managing browsers...
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......