ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.Reset (Function)
Initialize: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
<Html>.Navigate (Function)
Starts navigation in an HTML Display control.
<Window>.OpenMobileWindow (Function)
Opens a window in a mobile application.
<Menu>.Delete (Function)
Deletes a menu or a menu option.
LinkColorRTF (Function)
Changes the color of links in all RTF Edit controls in the application.
<Chart>.ComparativeSeriesPosition (Function)
Fixes the position (left or right) of a series in a comparative Histogram chart.
CookieDelete (Function)
Deletes a cookie on the user's computer....
<Source>.MigrateLinkedCompositeKey (Function)
Migrates the values of the linked composite keys coming from a file in Hyper File 5.5 format to the HFSQL Classic format.
<Source>.PrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
<Source>.EndNoModif (Function)
Unlocks a file that was locked by the same program with HNoModif.
<Source>.NbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
<Source>.PrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
<gglConnection variable>.GetDocument (Function)
Downloads a document from the Google Docs service.
<Source>.SortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
PagePosition (Function)
Scrolls a page up to position a control in the visible section of the page (top) in the browser.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
WinIconBarHeight (Function)
Returns or modifies the current height of the "Icon Bar" area in the current MDI parent window.
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
ThreadResume (Function)
Resumes the execution of a thread that was interrupted by ThreadSuspend. Function not recommended.
ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
DomoClose (Function)
Closes the communication opened by DomoOpen.
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.