ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
XMLAddAttribute (Function)
Adds an attribute into an XML document.
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
zipExist (Function)
Used to find out whether an archive exists.
Enqueue (Function)
Adds an element to the queue.
AdditionCompleted (Property)
The AdditionCompleted property determines if an element was added to a queue, list or stack, or if the operation is in progress.
Push (Function)
Pushes an element onto the stack.
HListTask (Function)
Lists the scheduled tasks of an HFSQL Client/Server server for a given connection....
HPriority (Function)
Finds out and modifies the priority of the calling application.
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
FirstDayOfMonth (Function)
Returns the first day of the month.
fSeparator (Function)
Returns a file path with normalized separators.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
Contains (Function)
Allows you to check if a substring is within a string.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
dbgEnableAssert (Function)
Enables or disables the assertive programming.