ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV and OPC
OPC stands for "OLE for Process Control"......
7. Source Code Manager (SCM)
KanbanInfoXY (Function)
For a given position (coordinates of a point) in a Kanban control, returns one of the following: the number of the card at that position, the number of the list at that position...
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
ERR_BAD_CONTEXT_FOUND
Error 1016: The method of the class is private
Columns (Property)
The Columns property allows access: to the configuration of a table column in a Word Processing document (docTable variable). to the configuration of a text column in a multicolumn document (docFormatMulticolumn variable)....
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
4. Activating a dynamic WEBDEV site
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
<Image variable>.DrawHalo (Function)
Adds a halo effect on an image found in an Image variable].
dHalo (Function)
Adds a halo effect on an image found in an Image variable].
dShadow (Function)
Adds a shadow effect on an image found in an Image variable].
<Image variable>.DrawShadow (Function)
Adds a shadow effect on an image found in an Image variable].
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......