ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
ControlFindTextNext (Function)
Finds and selects the next element corresponding to the sought text in a window or in a control.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
InfoBuild (Function)
Displays a custom message in a system information window.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Warning (Function)
Displays a custom message in a system warning window.
ArrayToParameters( Function)
Converts an array of elements into a list of parameters.
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
TourGuideStart (Function)
Starts the guided tour and displays the first stage.
InGuidedTourMode( Function)
Indicates whether a guided tour is running.
AccessibilityScreenReaderEnabled( Function)
Finds out whether the screen reader is Active.
<Graphe>.WaffleTypeCell (Function)
Defines the Geometry of cells in a Waffle graph.
<GuidedTour>Start (Function)
Starts the guided tour and displays the first stage.
<Variable Connexion>DeleteView (Function)
Removes a materialized view from the HFSQL server.
<Graphe>.WaffleSize (Function)
Defines the number of rows and columns in a Waffle graph.
<Variable DiskFile>Create (Function)
Creates an external file.
<Variable DiskFile>OpenTempFile (Function)
Creates and opens a temporary file.
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.