ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
HChangeName (Function)
Modifies the physical name of a data file.
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
ScrollValue (Property)
The ScrollValue property gets and sets the scroll value.
AppServerListScheduledTask (Function)
Returns the list of scheduled tasks for the application (site or Webservice).
HTMLToText (Function)
Converts an HTML string or buffer to text.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
xpathResult (Type of variable)
The xpathResult type is used it find out the result of the execution of an XPATH query.
Designing a supercontrol
A supercontrol is an advanced type of control......
ArraySort (Example)
Usage example of the ArraySort function
Creating an RSS stream
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
redisConnection (Type of variable)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).