ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
HDeleteFile (Function)
Deletes HFSQL tables (.fic, .ndx, .ftx, .sdx and .mmo files, if any) from the server.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current 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....
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....
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
FutureHeight (Property)
The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
fSize (Function)
Returns the size of a file (in bytes).
SQLChangeConnection (Function)
Modifies the current connection.
RGB (Function)
Defines a color from its Red, Green and Blue components.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
XMLPath (Function)
Returns the current position in the document in XPATH format.
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....