ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TextToRTF (Function)
Converts text to Rich Text Format.
DayOfMonth (Property)
The DayOfMonth property is used to get and change the number of the day of the month for which the scheduled task must be executed.
EditMode (Property)
The EditMode property gets and sets the editing mode of the Diagram Editor control: selection or freehand drawing.
5. User Groupware in practice
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"...
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
Text (Property)
The Text property is used to get and modify text.
<Array>.Insert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
HClusterStop (Function)
Suspends the execution of an HFSQL cluster. The nodes of the cluster will no longer accept any connection from the client applications.
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
Overview of external languages
AAF: Sort/Search/Filter on the columns of Table controls
HListScheduling (Function)
Lists the scheduled tasks defined on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
Error 1018: The method is global: use the: operator: to access it