ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Reals
Multiline strings
To type character strings over several lines in the code editor...
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
Caption (Property)
The Caption property is used to get and change the text of an element.
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
HConnect (Example)
Usage example of the HConnect function
docColumn (Type of variable)
The docColumn type is used to define the advanced characteristics of a table column found in a Word Processing document.
Diagram (Type of variable)
The Diagram type is used to define all the advanced characteristics of a diagram that can be edited in the Diagram Editor control.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......