ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Breadcrumb control through programming
The Breadcrumb control can be handled through programming......
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
NFCSendTag (Function)
Sends a NFC tag to another device.
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
PageReadHeaderHTTP (Function)
Reads and returns one or more HTTP headers received by the current page (these headers are sent by the client to the server in the current request).
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Miscellaneous Windows constants
List of constants used by the Windows functions....
PageDisplay (Function)
Displays a web page in the user's browser....
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
KanbanDeleteList (Function)
Deletes a list from a Kanban control.
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
Help system properties
The properties of help system are used to define......
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.