ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
Handle (External language)
Returns the handle of a window or control.
Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
MCIVolume (Function)
Modifies or returns the sound volume.
SysDir (Function)
Returns the path of a system directory.
CharactType (Function)
Returns information about the type of character.
Programming patterns
CAUTION......
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
Link control properties
The Link control is available in a page and in a report......
SNMPOIDType (Function)
Returns the type of data in an OID.
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
tapiCapability (Function)
Returns the characteristics of a telephony device.
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
ColorPalette (Function)
Returns a color found in the current palette.
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
ContextExist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
ArrayDistinct (Function)
Returns an array without duplicates.
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......