ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
fAttribute (Function)
Returns or modifies the attributes of a file.
Setup directory
The setup wizard allows you to configure the setup directory of application....
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows of your application. the display mode of translucent border for the windows of your application. the mode for loading large images....
gglOrganization (Type of variable)
The gglOrganization type is used to describe the companies and organizations to which the contact belongs...
rssSource (Type of variable)
The rssSource type is used to describe the source of an entry for an RSS stream...
sfDeleteResult (Type of variable)
The sfDeleteResult type is used to find out the result of SFDelete...
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
FilterProcedure (Property)
The FilterProcedure property allows you to get and modify the procedure used to apply a filter on a row or column header when calculating a Pivot Table control.
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
AllowActionBarHiding (Property)
The AllowActionBarHiding property automatically hides the Action Bar.
2. Static or dynamic site
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).