ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
LanguageToName (Function)
Returns the name of a language.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
NbPendingThread (Property)
The NbPendingThread property is used to get the number of pending threads in a queue or in a stack.
InServiceMode (Function)
Indicates whether the code is run in a service.
SchedulerDeleteResource (Function)
Deletes a resource from a Scheduler control.
HInfoServerRights (Function)
Allows you to find out the rights granted to a user or group of users on a server.
AutoRefresh (Property)
The AutoRefresh property is used to: Find out whether the data found in the series is automatically recalculated whenever grDraw is called Modify the mode for recalculating the data found in the series....
FinError (Function)
Returns the number of the last error caused by a Finxxx function (financial functions).
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
MultimediaVolume (Function)
Returns or modifies the sound volume of the multimedia file played in a Multimedia control.
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
ControlPrevious (Function)
Specifies the name of control that was in edit before the current control.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLElementType (Function)
Returns the type of current element (tag or attribute).
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.