ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
Cell control properties
List of properties associated with the Cell control...
InUniversalWindowsAppSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows 10 App mode.
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
Generating the RAD pattern
To generate a RAD pattern:...
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred variable returns to False....
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
InWindowsPhoneSimulatorMode (Function)
Indicates whether the code is run in the Windows Phone simulator. Function kept for backward compatibility....
Select query description window: Items that can be used
InWindowsPhoneMode (Function)
Indicates whether the code is run in Windows Phone mode. Function kept for backward compatibility....
CodeHTML (Property)
The CodeHTML property is used to read and change the HTML code associated with a Web Component control.
CodeCSS (Property)
The CodeCSS property is used to read and change the CSS code associated with a Web Component control.
CodeJS (Property)
The CodeJS property is used to read and change the JavaScript code associated with a Web Component control.
HTMLOnErrorJS (Function)
Specifies the procedure to call if an error occurs while executing JavaScript code in an HTML Display control.
<HTML Display control>.OnErrorJS (Function)
Specifies the procedure to call if an error occurs while executing JavaScript code in an HTML Display control.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
H.AutoIndexingLimit (Variable)
Indicates the maximum number of records in the data file used to manage the automatic reindexing.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
Screen,Column (External language)
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.
TimelineDisplay (Function)
Reinitializes the content of a TimeLine control from its data source (HFSQL data file for example).