ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DNSListAddress (Function)
Lists the IP addresses associated with a name in the DNS server.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
Format (Property)
The Format property is used to define the data format of a data file.
Connection (Property)
The Connection property gets and sets the connection associated with a data file.
Hash functions
Hashing is used to summarize a file or a character string......
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
NameServerFile (Property)
The NameServerFile property is used to get the name of the uploaded file on the server.
VideoListDriver (Function)
Lists the video capture drivers installed on the current computer.
AppointmentListCalendar (Function)
Lists the calendars available on the mobile device (Android/iOS)....
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.
Bold (Property)
The Bold property is used to: Find out whether a Font variable is bold. Modify the bold attribute of a Font variable....
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
Specific features of the Express version
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
Events associated with ListView controls
List of events associated with ListView controls...
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....