ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
SocketClose (Function)
Closes a socket or a connection to a server socket.
SocketRead (Function)
Retrieves a message sent by another socket.
ControlClone (Function)
Creates a new control from an existing control.
SIPAddress (Type of variable)
The SIPAddress type is used to define the advanced characteristics of a SIP address.
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
SocketCreate (Function)
Creates a socket.
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
SocketWrite (Function)
Writes a message intended to another socket.
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
Overview of external languages
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
2. Examples and components provided with WEBDEV
Creating a select query
A select query (corresponding SQL statement......
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
4. Dedicated server or shared server?
9. Monitor your sites, servers, etc.
4. Monitor your applications
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.