ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLReqExists (Function)
Checks the existence of a query.
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
TextToRTF (Function)
Converts text to Rich Text Format.
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
2. Projects in practice
Discover the main operations that can be performed on a project....
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
Extern (Reserved word)
EXTERN is used to...
CharactTypeCount (Function)
Returns the number of characters matching a given type.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
14. Managing the "Back" button in practice
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.