ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server tables, the wizard allows you to...
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable.
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server tables, WDInst allows you to...
RightMargin (Property)
The RightMargin property is used to: Find out the right margin of a report. Modify the right margin of a report....
Underline (Property)
The Underline property is used to: Find out whether a Font variable is underlined. Underline (or not) a Font variable....
InitialItem (Property)
InitialItem is used to find out the initial name of a query item. This name is known from the alias of this item.
ContextExist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
LeftMargin (Property)
The LeftMargin property is used to: Find out the left margin of a report. Modify the left margin of a report....
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
<xlsDocument variable>.AddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
Source (Property)
The Source property can be used on: Chart control field field: in this case, the Source property indicates the source of the series: table column, list of values, etc, ... a connection: in this case, the Source property is used to identify or define the source of a connection (HFSQL Client/Server, OLE DB, etc.).....
gpwInLDAPMode (Function)
Allows you to find out whether identification of users in the user groupware will be done via a LDAP directory.
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
2. Deploying a static site or a PHP site
Minimized (Property)
The Minimized property is used to: find out whether a repositionable note is minimized, minimize or restore a repositionable note....
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
DocReplace (Function)
Finds all the instances of a character string and replaces them with another string: in an entire Word Processing document. in a fragment....
<Image variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<Image>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.