ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Time management
For each element (windows, reports, ...
<Source>.HistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can...
<Source>.NoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one...
<Source>.NbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records,...
<Source>.PrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next...
<Source>.Flush (Function)
Forces the operating system of the computer where the data files are found to write data onto...
<Source>.Reset (Function)
Initialize: one or all variables of file items with their default values. one or all items...
<Source>.SortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view...
ChangeTarget (Function)
Changes the target of a button action.
ContextClose (Function)
Closes a page context.
ContextOpen (Function)
Opens a new page context without returning the information to the browser.
FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset...
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
PagePosition (Function)
Scrolls a page up to position a control in the visible section of the page (top) in the browser.
PreviousPage (Function)
Returns the name of the previous page.
SemiDynamicPageDisplay (Function)
Displays a semi-dynamic page in the browser of the Web user from a dynamic or static WEBDEV page.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays...
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window...
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control....
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls...
WinIconBarHeight (Function)
Returns or modifies the current height of the "Icon Bar" area in the current MDI parent window.
WinStatus (Function)
Identifies or modifies the window status.
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed...
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.