ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
FTPListFile (Example)
Usage example of the FTPListFile function
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
ErrorBuild (Function)
Displays a custom error message in a system error window.
Seek (Function)
Searches for the index of an element in a WLanguage array.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.