ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Image (Property)
The Image property gets and sets the background image of a control or block.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
ExeGetPID (Function)
Returns information about the current process.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).