ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
29. SEO in practice
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
gpwEncryptedPasswords (Function)
Used to find out whether the passwords of the user groupware are encrypted.
User Groupware management functions
List of functions for managing the User Groupware...
HResetUser (Function)
Initializes the structure for user management (HUser) with the default values.
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
inAppConsumeProduct (Function)
Used to consume, in an application, a product that was previously purchased by the user.
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
5. Project configuration
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
4. HFSQL Classic