readme: Add implementation tutorial and reference links#4
Merged
NickVolynkin merged 1 commit into25.2.3+from Mar 16, 2026
Merged
readme: Add implementation tutorial and reference links#4NickVolynkin merged 1 commit into25.2.3+from
NickVolynkin merged 1 commit into25.2.3+from
Conversation
b917f35 to
37254f8
Compare
f186d1d to
bffee08
Compare
Delphi/uMainForm.pas
Outdated
| DataModule1.mdLayouts.Post; | ||
| end; | ||
|
|
||
| // Event that is called when the application starts |
Contributor
There was a problem hiding this comment.
Suggested change
| // Event that is called when the application starts | |
| // The event raised at application startup |
Delphi/uMainForm.pas
Outdated
| end; | ||
|
|
||
|
|
||
| // Event that is called when a user saves a report layout in the Report Designer |
Contributor
There was a problem hiding this comment.
In most cases, we can just throw away "that is" without any losses. In general, the fewer words we have, the better.
Suggested change
| // Event that is called when a user saves a report layout in the Report Designer | |
| // The event raised when a user saves a report layout in the "Report Designer" |
8643433 to
499693e
Compare
NickVolynkin
commented
Mar 13, 2026
NickVolynkin
commented
Mar 13, 2026
README.md
Outdated
| 1. Click **Design Report** to display the [Report Designer][dx-report-designer] dialog. | ||
| 1. Create a report layout using tools available within the UI. | ||
| 2. Click the hamburger button, select the **Save** option, and close the dialog. | ||
| 2. Close the app. The [TdxMemData] component will store layout data in the [data.dat] file between sessions. |
Contributor
Author
There was a problem hiding this comment.
@Abadzhev JFYI: The [TdxMemData] style links are resolved in the same way as [TdxMemData][TdxMemData] or [TdxMemData](https://...). I'm using this minimalist style exclusively for API reference links and files.
NickVolynkin
commented
Mar 13, 2026
NickVolynkin
commented
Mar 13, 2026
README.md
Outdated
| The example uses a memory-based dataset | ||
| ([TdxMemData] inherited from the [TDataSet] class shipped with the standard VCL library). | ||
| Applications in this example encapsulate data components within separate data modules: | ||
| [uData.pas] (Delphi) and [uData.cpp] (C++Builder). |
Contributor
Author
NickVolynkin
commented
Mar 13, 2026
Abadzhev
reviewed
Mar 13, 2026
f0e7d24 to
9ceaec5
Compare
dmitry-eliseev-devexpress
approved these changes
Mar 16, 2026
bbde2c3 to
b1454f5
Compare
b1454f5 to
e874c26
Compare
- Add a step-by-step instruction with screenshots - Add more reference links to DevExpress and standard VCL library - Update repository description, link, and tags Co-authored-by: Dmitry Eliseev <dmitry.eliseev@devexpress.com> Co-authored-by: Vladimir Abadzhev <vladimira@devexpress.com> Co-authored-by: Ilia Nenashev <ilia.nenashev@devexpress.com>
8df7bf0 to
5c16a84
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Readme preview: https://github.com/DevExpress-Examples/vcl-reports-store-layout-template-database/blob/rework-project-and-readme/README.md