|
|
|
|
|
- Overview
- Principle
- Compatibility with WINDEV 5.5
- Caution
Warning
From version 24, this feature is kept for backward compatibility. It is recommended to use window, page, report and control templates to reuse elements combined with the Source Code Manager (SCM).
The dictionary is a file that can contain elements of the project: description of data files, fields, windows, etc. The dictionary is a convenient way to store the created elements so that they can be re-used in new projects. When reusing a dictionary element, this element can "subscribe" to the modifications. Whenever the object found in the dictionary is modified, this modification can be applied to all the subscriber objects that can "follow" the evolution of the dictionary. A dictionary can be associated with a user: this is the user dictionary. In this case, it can be permanently displayed in the "Dictionary" pane. A dictionary can also be used to simplify group work. A dictionary shared between several developers can contain predefined procedures, buttons, etc. These objects are shared and they can be accessed by all the developers. The management of developer groupware on the dictionary and on its elements is used to restrict the access to the dictionary (or to its objects) for some developers. The dictionary is a file containing a set of elements: procedures, windows, fields, etc. A dictionary can be manipulated from the "Dictionary" pane. When handling a dictionary, you have the ability to: - Create a new dictionary or open an existing dictionary.
- Add elements (windows, reports, ...) into the dictionary.
- Copy elements from the dictionary.
When an element is added by Drag and Drop from the dictionary or to the dictionary, a subscription is proposed. If the subscription is accepted: - Whenever the project element is opened, WINDEV, WEBDEV and WINDEV Mobile check whether this element is updated in relation to the element found in the dictionary and proposes to update it if necessary.
- Whenever a modified element is closed, WINDEV, WEBDEV and WINDEV Mobile proposes to update the object found in the dictionary.
Compatibility with WINDEV 5.5 Caution To migrate an existing 5.5 dictionary, we advise you to: - Create a blank window.
- Add all the dictionary elements into the window.
- Migrate the window.
- Recreate the dictionary in WINDEV 2025.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|