ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
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.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
<Source>.SortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
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).
gpwOpenConfiguration (Function)
Opens the User Groupware configuration window or page.
TimeToInteger (Function)
Converts a time to an integer.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
grTitle (Function)
Modifies the caption and/or position of the chart title....