fpspreadsheet: ex-meta files for the dataset demos.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8787 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-04-10 21:25:26 +00:00
parent b9a6cade84
commit a28433388c
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{ "CreateTableDemo" : {
"Category" : "FPSpreadsheet",
"Keywords" : ["Spreadsheet", "FPSpreadsheet", "Database", "Table", "TDataset", "TsWorksheetDataset", "TDBGrid", "gui"],
"Description" : "This demo creates a workbook based on database technology (by means of TsWorksheetDataset). Therefore, it can be displayed in a TDBGrid."}
}

View File

@ -0,0 +1,5 @@
{ "DatasetDemo" : {
"Category" : "FPSpreadsheet",
"Keywords" : ["Spreadsheet", "FPSpreadsheet", "Database", "Table", "TDataset", "TsWorksheetDataset", "Filtering", "Sorting", "Searching", "Bookmarks", "gui"],
"Description" : "By means of TsWorksheetDataset a spreadsheet file can be considered as a database table. This project shows how the worksheet cells can be filtered, sorted, searched and bookmarks like in any other database."}
}