Skip to content

Commit 627294a

Browse files
committed
patch
1 parent 08bfd5a commit 627294a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
# DevExpress Dashboards for Delphi/C++Builder — Store Dashboard Layouts and User Interaction State in a Database
99

1010
This example application stores [DevExpress dashboard layouts][TdxCustomDashboardControl.Layout]
11-
and [user interaction states][TdxCustomDashboardControl.] in a database.
11+
and [user interaction states][TdxCustomDashboardControl.State] in a database.
1212
The sample allows users to create new layouts, modify existing layouts using the built-in
1313
Dashboard Designer, interact with dashboards, and save state or layout changes to the data source.
1414

15-
> ![DevExpress VCL Dashboards - Database Layout Storage Example](./images/vcl-dashboard-layout-database-sample-app.png)
15+
![DevExpress VCL Dashboards - Database Layout Storage Example](./images/vcl-dashboard-layout-database-sample-app.png)
1616

1717

1818
## Prerequisites
@@ -31,7 +31,7 @@ Dashboard Designer, interact with dashboards, and save state or layout changes t
3131
5. Close the app. The [TdxMemData](https://docs.devexpress.com/VCL/dxmdaset.TdxMemData) component will store layout data between sessions.
3232
6. Run the sample again. Click on grid records to switch between loaded dashboards.
3333

34-
> ![DevExpress VCL Dashboards — Store Dashboard Layout Definitions in a Database](./images/vcl-dashboards-store-layout-template-database.gif)
34+
![DevExpress VCL Dashboards — Store Dashboard Layout Definitions in a Database](./images/vcl-dashboards-store-layout-template-database.gif)
3535

3636

3737
## Implementation Details

0 commit comments

Comments
 (0)