ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fTime (Example)
Usage example of the fTime function
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
Dynamic structure (Type of variable)
A structure can be allocated dynamically...
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
fLock (Example)
Usage example of the fLock function
fUnlock (Example)
Usage example of the fUnlock function
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
grScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
HInfoServerRights (Function)
Allows you to find out the rights granted to a user or group of users on a server.
FinError (Function)
Returns the number of the last error caused by a Finxxx function (financial functions).
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
fClose (Example)
Usage example of the fClose function
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLElementType (Function)
Returns the type of current element (tag or attribute).
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
RSS feed management functions
List of functions for managing RSS feeds...
WiFiConnect (Function)
Connects the device to the specified Wi-Fi network.
fMemOpen (Function)
Opens a memory zone shared between several applications.
ThreadEnd (Function)
Ends the execution of the current thread.
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....