ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server data files......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
docProperty (Type of variable)
The docProperty type is used to define the properties of a Word Processing document.
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
rssStream (Type of variable)
The rssStream type is used to handle a RSS stream...
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
1. RAD (Rapid Application Development)
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
LatestDateCovered (Property)
The LatestDateCovered property is used to get the date of the last selected record. This property can be used on: a sfSeekUpdatedResult variable. a sfSeekDeletedResult variable]....
<Source>.HistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
MyParent (Reserved word)
MyParent is used to handle...
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
DomoOpen (Function)
Used to establish a connection with a X10 interface.
Status bar of windows
The status bar of a window is used to display several types of information......
17. WLanguage: a simple and powerful language
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.