ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

OpenAPIToHTTP (Function)
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.
Date and Time management functions
List of functions for managing dates and times...
HRecNum (Function)
Returns: the number of the current record in the HFSQL table. the number of the current record in the HFSQL view....
XMLElementName (Function)
Returns the name of current element (tag or attribute).
HChangeKey (Function)
Changes the browse item.
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
DocToHTML (Function)
Converts a Word Processing document into an HTML file.
XMLElementType (Function)
Returns the type of current element (tag or attribute).
SchedulerMode (Function)
Returns the display mode of a Scheduler control: day, week, month, ...
gpwAuthLogin (Function)
Allows you to log in to the User Groupware using an account such as Facebook, Google, Microsoft, etc.
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
SchedulerDisplayPreviousPeriod (Function)
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler control.
XMLClose (Function)
Closes an XML document created by XMLDocument.
StringInsert (Function)
Inserts a string into another character string at a given position.
TableGiveParent (Function)
Returns the "parent" of an element (next level up) in a TreeView Table control.
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
EmailMessageLength (Function)
Calculates the size of specified message (without loading the message).
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
UTFConvert (Function)
Converts a string or buffer to the specified format: UTF, Ansi, Unicode.
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
SFDelete (Function)
Deletes records from a Salesforce database.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....