ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
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......
Warning 12: The label is unused
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
3. Application development cycle
Development cycle of a WINDEV application....
The Wire control
The Wire control is used to visually link 2 controls......
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
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)....
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
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......
<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.
CodeEditorUncomment (Function)
Uncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed....
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....
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....
Test of a query
The query editor allows you to run the test of query result......
<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....
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....