ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
<Page>.Refresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
<Array>.Apply (Function)
Executes a procedure for each element of a WLanguage array.
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
<Array>.Min (Function)
Returns the lowest value in the array.
<Array>.Mean (Function)
Calculates the mean of the values within an array.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
<Array>.InsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
TwoFactorAuthenticationGenerateTOTPKey (Function)
Generates a TOTP Key for an application user.
TwoFactorAuthenticationGenerateLink (Function)
Generates a link to register an account in an authentication application. When associated with a Bar Code control, this link will show a QR code that can be scanned in the authentication app installed on the phone.
HTML Editor control functions (prefix syntax)
List of functions for managing HTML Editor controls (prefix syntax)...
<Window>.WindowBitmap (Function)
Creates the image of the specified window in a BMP file.
<Source>.ChangeName (Function)
Modifies the physical name of a data file.
<Source>.CancelSeek (Function)
Cancels the current search criterion.
<Array>.AllTrue (Function)
Returns True if all the elements of an array are True.
<Array>.AnyTrue (Function)
Returns True if at least one element of an array is True.
<Source>.Free (Function)
Transforms the crossed records (HCross) into deleted records.
<Source>.BuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
<Source>.Declare (Function)
Declares a description of data file (found in an analysis) in the current project.
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
<Source>.DeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
<Source>.RetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
<Source>.DeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
<Source>.MergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.