ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.DeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
HListGroup (Function)
Returns the list of groups of users defined for a connection.
StreamAccept (Function)
Associates a stream connection request with a Conference control.
StreamConnect (Function)
Connects a stream (and the associated control) to a specific address.
DomoOpen (Function)
Used to establish a connection with a X10 interface.
<Connection variable>.DeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
26. Style sheets: to simplify the layout
GroupLast (Function)
Reads the last group of contacts in a Lotus Notes or Outlook address book.
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.
Link control properties
The Link control is available in a page and in a report......
<gglConnection variable>.Disconnect (Function)
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
GglDisconnect (Function)
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
Popup window
WINDEV allows you to open windows in popup format......
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
<emailOutlookSession variable>.CurrentFolder (Function)
Returns the name of the current folder in the Outlook messaging software.
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Screen,First (External language)
Indicates the name of the first editable control or the name of the next control that must be in edit.
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.