ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
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.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
ErrorThrow (Function)
Throw a non-fatal error.
ThreadPause (Function)
Pauses the current thread during the specified duration.
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
Memo (Property)
The Memo property is used to determine if an item is of type memo.
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.
PasswordProtected (Property)
The PasswordProtected property is used to determine if a datafile is password-protected.
fSeek (Function)
Gets and sets current position in an external file.
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
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
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit control.
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
RSS feed management functions
List of functions for managing RSS feeds...
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.
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...