ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
<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.
<Source>.SortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
<Source>.NoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
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.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
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.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
EnumElement (Function)
Used to enumerate the project elements: windows, pages, reports, queries, ...
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static control)....
ThreadPriority (Function)
Returns or modifies the priority level of a thread.
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
HFreePosition (Function)
Deletes a position saved by HSavePosition.
Debugging functions
List of debugging functions...
grHolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
iOSApplicationOpenURLProcedure (Function)
Allows you to specify the procedure to be called when the application needs to open a resource identified by a URL.
<Chart>.SeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
<gglConnection variable>.GetDocument (Function)
Downloads a document from Google Docs.