ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ERR_TIMEOUTINIT
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
HImportText (Function)
Imports a Text file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
DeclareAWPContext (Function)
Used to declare a list of variables whose values will be persistent between successive displays of Active WEBDEV Pages.
AutomaticTextColor (Property)
The AutomaticTextColor property gets and sets the color to be used for the text of the elements that use the "Automatic" color.
Debugger: Step-by-step project execution
Running a project step-by-step allows you to start the debugger when launching the application......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
WLanguage properties available in PHP
The following properties are available in PHP...
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
24. Displaying and linking pages
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
String literals: single-line and multiline strings
String literals are used to represent and manipulate data as a sequence of characters. For example, string literals can be used to display information, define a constant, etc....
WithZoom (Property)
The WithZoom property is used to specify and to determine whether the user can zoom in and out: in an HTML Display control in Android, iPhone or iPad applications. in a Map control in Android, iPhone or iPad applications....
UseMode (Property)
The UseMode property is used to determine or change how the PDF Reader control reacts to mouse input. The mouse is used to select text in the document or to move within the document pages.
fDate (Example)
Usage example of the fDate function