Skip to content

Commit ab8cfda

Browse files
committed
readme: Update the application preview
- Replace a documentation link. - Fix word choice. - Rephrase a statement about loading different dashboards.
1 parent a975598 commit ab8cfda

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This example application allows users to create new layouts/modify existing layo
3030
1. Create additional layouts if necessary.
3131
1. Close and restart the app.
3232
Click on grid records to switch between dashboard layouts you set up previously.
33-
Press **Design Dashboard** or **Delete Dashboard** to modify or delete entries.
33+
Click **Design Dashboard** or **Delete Dashboard** to modify or delete entries.
3434

3535
![DevExpress Dashboards for Delphi/C++Builder — Store Dashboard Layout Definitions in a Database](./images/vcl-dashboards-store-layout-template-database.gif)
3636

@@ -118,7 +118,7 @@ end;
118118
<!-- end-code-block -->
119119

120120
To load a different dashboard in the Dashboard Control, assign a new dashboard name and layout.
121-
The assigned dashboard replaces the current layout definition and resets the dashboard state.
121+
The assigned layout definition replaces the current definition and resets the dashboard state.
122122

123123
You can also clear the Dashboard Control using [TdxCustomDashboardControl.Clear].
124124

@@ -238,7 +238,7 @@ end;
238238

239239
- [Introduction to DevExpress Dashboards for Delphi/C++Builder][dashboards-intro]
240240
- [Tutorial: Create a dashboard using the Designer Dialog][designer]
241-
- [Use JSON as a data source for dashboards (as demonstrated in the current example)][json-data-source]
241+
- [Reports/Dashboards for Delphi/C++Builder: Supported Database Systems][supported-dbms]
242242
- [Save the dashboard layout to file on every change (code example)][save-to-file]
243243
- API reference:
244244
- [TdxCustomDashboardControl] (used to display a dashboard on an application form)
@@ -256,7 +256,7 @@ end;
256256

257257
[dashboards-intro]: https://docs.devexpress.com/VCL/405642/ExpressDashboards/vcl-dashboards
258258
[designer]: https://docs.devexpress.com/VCL/405774/ExpressDashboards/getting-started/create-dashboard-using-designer-dialog
259-
[json-data-source]: https://docs.devexpress.com/VCL/405747/ExpressCrossPlatformLibrary/vcl-backend/database-engines/vcl-backend-memory-based-data-storage
259+
[supported-dbms]: https://docs.devexpress.com/VCL/405703/ExpressCrossPlatformLibrary/vcl-backend/vcl-backend-supported-database-systems
260260
[save-to-file]: https://docs.devexpress.com/VCL/dxDashboard.Control.TdxCustomDashboardControl.Layout#save-dashboard-layout-to-file-on-every-change
261261
[supported-dbms]: https://docs.devexpress.com/VCL/405703/ExpressCrossPlatformLibrary/vcl-backend/vcl-backend-supported-database-systems
262262

48.2 KB
Loading

0 commit comments

Comments
 (0)