ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an RSS stream
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
zipDeleteAll (Function)
Deletes all files from an archive.
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Sort (Function)
Sorts a WLanguage array.
Currencies
A currency is a real coded on 10 bytes....
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
Binary values management functions
List of functions for managing binary values...
rssCloud (Type of variable)
The rssCloud type is used to describe the method for subscribing to the notifications of modification made to the RSS stream...
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
9. Generation modes
WINDEV Mobile includes different types of generation......
Operator on Address
The & operator returns the address of a variable as an integer
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Val (Function)
Returns the numeric value of a character string.