ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
Financial constants
List of constants used by the financial functions....
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
WinInYPos (Function)
Returns the vertical position of the upper-left corner of the internal area (without border and title bar) of a window in relation to the upper-left corner of the screen.
fFileExist (Function)
Checks the existence of an external file.
WinOutYPos (Function)
Returns the vertical position of the upper-left corner of a window in relation to the upper-left corner of the screen.
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
XMLElementType (Function)
Returns the type of current element (tag or attribute).
WinInXPos (Function)
Returns the horizontal position of the upper-left corner of the internal area (without border and title bar) of a window in relation to the upper-left corner of the screen.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
TableGiveChild (Function)
Returns the "children" of an element (next level down) in a TreeView Table control.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
fLoadText (Function)
Loads the contents of a text file into any text field or variable (string variable, window edit control, report label field, etc.).
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
BitwiseNOT (Function)
Returns the result of a bitwise NOT operation performed on a value.
Window functions
List of functions for managing windows...
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....
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....