ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
HIndex (Function)
Rebuilds the file index (".NDX" file).
SQLExec (Example)
Usage example of the SQLExec function
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
HAlias (Example)
Usage example of the HAlias function
iFont (Function)
Selects the default font.
WindowsVersion (Function)
Returns the runtime mode of Windows.
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
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.
PopupAnimate (Function)
Displays a popup in a page cell.
fWrite (Example)
Usage example of the fWrite function
fRemoveDir (Example)
Usage example of the fRemoveDir function
HDescribeItem (Function)
Describes a file item through programming.
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
HChangeName (Function)
Modifies the physical name of a data file.
fCopyFile (Example)
Usage example of the fCopyFile function
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
WaitWindowStart (Function)
Opens the wait window of application.
fEncrypt (Example)
Usage example of the fEncrypt function
AnchorToContent (Property)
The AnchorToContent property determines and changes how the control adapts to its content.
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....