ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Enqueue (Function)
Adds an element to the queue.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
BackgroundImage (Property)
The ImageFond property lets you view and modify the background image of an element: window, page, field or state.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
Push (Function)
Pushes an element onto the stack.
OpenMobileWindow (Function)
Opens a window in a mobile application.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, tables displayed in a Combo Box control....
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
SQLReqExists (Function)
Checks the existence of a query.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
SocketRead (Function)
Retrieves a message sent by another socket.
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....