ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
Position (Function)
Finds the position of a specified string within another string.
SpeechSynthesisInProgress (Function)
Used to find out whether a read operation is in progress on the engine for speech synthesis.
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
ArcTan (Function)
Returns the arc tangent of a numeric value (integer or real).
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
dbgEnableAssert (Function)
Enables or disables the assertive programming.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
fSeek (Function)
Gets and sets current position in an external file.
ComponentLocate (Function)
Specifies the access path to an external component of project.
Various constants
List of various constants....
hdfsStatus (Type of variable)
The hdfsStatus type is used to define the advanced characteristics regarding the status of an element (file, directory, link) in the Hadoop file system.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
9. Generation modes
WINDEV Mobile includes different types of generation......
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).