ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RSS feed management functions
List of functions for managing RSS feeds...
GUIDFile (Property)
The GUIDFile property returns the GUID of the file defined in the analysis that was used to create the data file.
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
Memo (Property)
The Memo property is used to determine if an item is of type memo.
GenerationNumber (Property)
The GenerationNumber property is used to get the generation number of the physical data file associated with the logical data file.
rssInitialize (Function)
Loads a RSS stream in memory.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
DateDifference (Function)
Calculates the number of days between two dates.
FilteredItem (Property)
The FilteredItem property is used to identify the item that has a filter implemented by HFilter.
API (Example)
Usage example of the API function
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.
XMLCancelSearch (Function)
Cancels the search performed by XMLFind.
CallDLL32 (Example)
Usage example of the CallDLL32 function
HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
dbgLogStatus (Function)
Returns and modifies the status of runtime log.
dbgAuditOption (Function)
Retrieves or modifies the options of the dynamic audit.
Multimedia functions
List of Multimedia functions...
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.
InitialFile (Property)
The InitialFile property is used to get the original name of the data file associated to an item in a query.
InitialItem (Property)
InitialItem is used to find out the initial name of an item found in a query. This name is known from the alias of this item.