ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdDo (Window)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
gpwOpenSite (Function)
Allows you to start the site when using the user groupware.
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
10. Page templates
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
SaaSAdminSiteConnection (Function)
Returns the connection to the common database or to the reference database of the SaaS site.
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
SaaSAdminListService (Function)
Lists the SaaS services associated with a SaaS site, a pricing or a user.
AppServerListScheduledTask (Function)
Returns the list of scheduled tasks for the application (site or Webservice).
AppServerDeleteScheduledTask (Function)
Deletes a scheduled task associated with the application (site or Webservice).
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
saasUser (Type of variable)
The saasUser type is used to define the advanced characteristics of a user of SaaS site.
SpreadsheetEndModification (Function)
Signals the end of grouping for a set of operations on a Spreadsheet control in a single event (management of "undo/redo")....
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
SpreadsheetStartModification (Function)
Indicates the start of a group of operations on a Spreadsheet control in a single event (management of "undo/redo")....
DocStartModification (Function)
Signals the start of grouping for a set of operations on a document in a single event (management of "undo/redo")....
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
SaaSWriteSiteParameter (Function)
Saves a specific information for a SaaS site in the configuration of a client account.
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....