ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
16. Java applications in practice
Java applications in practice...
SocketExist (Function)
Checks the existence of socket.
Data source (Example)
Usage example of the Data source type
SOAPAddSAMLAssertion (Example)
Usage example of the SOAPAddSAMLAssertion function
Document (Example)
Usage example of Document
BurnerList (Example)
Usage example of the BurnerList function
OrganizerDeleteAppointment (Example)
Usage example of the OrganizerDeleteAppointment function
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
XMLSavePosition (Function)
Stores the current position in the XML document.
FolderData (Function)
FolderData is kept for backward compatibility.
rssInitialize (Function)
Loads a RSS stream in memory.
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
Display (External language)
Displays a value in a control or assigns a value in a variable.
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
NetSendBuffer (Example)
Usage example of the NetSendBuffer function
Email management functions
List of functions for managing emails...
Creating a translation file
WDINT allows you to create a translation file....
LooperInsertLine (Function)
Inserts a row into a Looper control.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
NetSendFile (Example)
Usage example of the NetSendFile function