ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
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.
ThreadPause (Function)
Pauses the current thread during the specified duration.
Memo (Property)
The Memo property is used to determine if an item is of type memo.
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
GenerationNumber (Property)
The GenerationNumber property is used to get the generation number of the physical data file associated with the logical data file.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
"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.
fSeek (Function)
Gets and sets current position in an external file.
rssInitialize (Function)
Loads a RSS stream in memory.
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
FilteredItem (Property)
The FilteredItem property is used to identify the item that has a filter implemented by HFilter.
Dashboard control functions
The list of functions for managing Dashboard controls is as follows......
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
GUIDAnalysis (Property)
The GUIDAnalysis property returns the GUID of the analysis that was used to create the data file.
RSS feed management functions
List of functions for managing RSS feeds...
XMLCancelSearch (Function)
Cancels the search performed by XMLFind.
HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
dbgLogStatus (Function)
Returns and modifies the status of runtime log.
dbgAuditOption (Function)
Retrieves or modifies the options of the dynamic audit.
GUIDFile (Property)
The GUIDFile property returns the GUID of the file defined in the analysis that was used to create the data file.
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....