ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
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)....
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
fSeek (Example)
Usage example of the fSeek function
CompactToolbar (Property)
The CompactToolbar property is used to: determine if the window toolbars are compacted. compact (or not) the toolbars....
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
fTime (Example)
Usage example of the fTime function
InfoVersion (Variable type)
The InfoVersion type is used to find out the characteristics of a specific application version.
HideWhileScrolling (Property)
The HideWhileScrolling property is used to: Determine if the pinned control is hidden while scrolling, Show or hide the pinned control while scrolling....
HTTPRequest (Example)
Usage example of the HTTPRequest function
MyPage (Reserved word)
MyPage is used to handle the current page...
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
SearchAAF (Property)
The SearchAAF property is used to: find out whether the search via AAF is enabled on a non-editable Combo Box control, enable (or not) the search via AAF on a non-editable Combo Box control....
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
HCopyRecord (Example)
Usage example of the HCopyRecord function