Add a basic example and implementation in Delphi#1
Merged
NickVolynkin merged 4 commits into25.2.3+from Feb 27, 2026
Merged
Conversation
bd11790 to
15a1895
Compare
Abadzhev
reviewed
Feb 24, 2026
dmitry-eliseev-devexpress
approved these changes
Feb 25, 2026
0102f4b to
74b94ca
Compare
- Load a dashboard layout from 'CountrySalesDashboard.xml' - Read the order ID as a CLI parameter - Connect to the sample database `nwind.db` using SQLite - Export and write a report to 'Sales_<country>.pdf' Co-authored-by: Alexey Pertsev <alexey.pertsev@devexpress.com> Co-authored-by: Ilia Nenashev <ilia.nenashev@devexpress.com> Co-authored-by: Denis Garavsky <denis.garavsky@devexpress.com>i
Co-authored-by: Dmitry Eliseev <dmitry.eliseev@devexpress.com> Co-authored-by: Vladimir Abadzhev <vladimira@devexpress.com> Co-authored-by: Denis Garavsky <denis.garavsky@devexpress.com>
9d5c317 to
f1e0ca0
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.
This example uses DevExpress Dashboards for Delphi/C++Builder to generate reports in a command line application.
delphi: Add an example application
nwind.dbusing SQLitereadme: Describe the example: test, implement, links to read
repo: Define repository description and tags
git: Ignore build and output files (pdf, docx, zip)