ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CertificateSignString (Function)
Creates the signature of a character string.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
grCreate (Function)
Creates a specific type of chart.
HServerStatus (Function)
Allows you to find out the status of a HFSQL server (this function uses the MantaManager service).
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
HForward (Example)
Usage example of the HForward function
7. Available controls in a window
WINDEV Mobile includes several types of controls...
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
TimeToString (Function)
Converts a time to a string in the specified format.
iPrintZone (Example)
Usage example of the iPrintZone function
HOpen (Function)
Opens a data file.
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
ControlClone (Function)
Creates a new control from an existing control.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Time (Type of variable)
The Time type is used to easily handle the times...
FaxConnect (Function)
Establishes a connection to a fax server.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
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....
Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......