ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window ...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......
FutureHeight (Property)
The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged.
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Programming the table cells
The Table controls can be handled......
Handling an internal component
An internal component is a set of elements from a project......
Python: Native calls
WLanguage allows for native Python calls......
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
HStopServer (Function)
Stops an HFSQL server.
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
History of versions (network setup)
The setup wizard allows you to configure the history of versions during a network setup....
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
LeftMargin (Property)
The LeftMargin property is used to: Find out the left margin of a report. Modify the left margin of a report....
TopMargin (Property)
The TopMargin property is used to: Find out the top margin of a report. Modify the top margin of a report....
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
grType (Function)
Identifies or modifies the type of chart.
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
Crosstab report
The report editor allows you to create "Crosstab" reports......
2. Analysis in practice