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...
<Menu>.InsertSeparator (Function)
Inserts a separator into a menu.
<Source>.CompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
<Source>.RecordDate (Function)
Returns the date and time that an HFSQL record was last modified (Classic or Client/Server)....
<Source>.ToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
<Menu>.InsertOption (Function)
Inserts a new option at a specific position.
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
PageExist (Function)
Checks whether the specified page is currently displayed in the browser of the Web user. Used to find out whether a page is displayed in a frame other than the current one.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
TextWidth (Function)
Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control or in a Static control.
TextHeight (Function)
Calculates the height (in pixels) of the text displayed in an edit control, in a Static control or in a Combo Box control.
SelectionColor (Function)
Changes the characteristics of the selection bar in a Table control, Combo Box control or List Box control.
FontList (Function)
Returns the list of valid fonts installed on the current computer (TrueType, Postscript, ...).
ControlInOutReason (Function)
Indicates the origin of the entry in the control.
ActiveXEvent (Function)
Associates a procedure written in WLanguage with an event of ActiveX control.
ProjectInfo (Function)
Returns specific information about the project currently run.
WinChangeAlias (Function)
Modifies the alias of a window.
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
Drawing charts in an Image control
WINDEV and WEBDEV propose several functions for creating and handling charts......
AJAXCancelAsynchronousCall (Function)
Cancels the automatic execution of the browser procedure called by AJAXExecuteAsynchronous.
AJAXAsynchronousCallPending (Function)
Used to find out whether a server procedure called by AJAXExecuteAsynchronous is currently run.
AJAXAvailable (Function)
Used to find out whether the AJAX technology is supported by the current browser.
WinAdaptSize (Function)
Adapts the window size to the content of controls.
<Diagram variable>.ToImage (Function)
Exports a diagram to a variable of type Image.
RegistryRename (Function)
Renames a key in the registry.