ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
fMoveFile (Function)
Moves a file from one directory to another.
ThreadPause (Function)
Pauses the current thread during the specified duration.
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
FTP constants
List of constants used by the FTP functions....
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.
WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile...
WDTRAD license agreement
WDTRAD license agreement...
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Structure (Type of variable)
A structure is a custom type of data...
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.