ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
The Image Editor control (WEBDEV)
By using the Image Editor control in your websites, you will allow users to create and edit images or photos......
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
Warning 12: The label is unused
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
The Wire control
The Wire control is used to visually link 2 controls......
3. Application development cycle
Development cycle of a WINDEV application....
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
InWinRTSimulatorMode (Function)
Identifies whether or not the code is executed in the WinRT simulator (simulator for applications in Windows Store mode). Function kept for backward compatibility....
<zipArchive variable>.AddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
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....
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
<Table>.Display (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....
Test of a query
The query editor allows you to run the test of query result......
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
Keep-alive on connection
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.)...
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
InUniversalWindowsPlatformMode (Function)
Indicates whether the code is run in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....