ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
WiFiListNetwork (Function)
Returns the list of Wi-Fi networks configured on the device.
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
LeftMargin (Property)
The LeftMargin property is used to: Find out the left margin of a report. Modify the left margin of a report....
TopMargin (Property)
The TopMargin property is used to: Find out the top margin of a report. Modify the top margin of a report....
ModbusWriteFloat (Function)
Writes one or more single-precision floats to a Modbus slave, starting at a specific address.
Web Camera control properties
A Web Camera control found in a page can be handled in WLanguage by the following properties.
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static control)....
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
zipCurrentFile (Example)
Usage example of the zipCurrentFile function
NFCWriteTag (Function)
Starts writing data to an NFC tag.
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
EventClose (Function)
Closes a synchronization event between several threads.
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
DashDisplay (Function)
Refreshes elements in a Dashboard control.
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.
Break in a report
The break is used to group the records corresponding to a sort criterion......
grExist (Function)
Checks the existence of a chart in memory.
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....