RxFPC - new component TRxDBGridExportSpreadSheet. Create new lazarus package rxdbgrid_export_spreadsheet.lpk and demo RxDBGrid_ExportSpreadsheet for this component

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3363 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2014-07-23 11:40:36 +00:00
parent 40e2a85bd1
commit b59a58473d
16 changed files with 1026 additions and 5 deletions

View File

@@ -172,6 +172,8 @@ resourcestring
sUnknownXMLDatasetFormat = 'Unknown XML Dataset format';
sToolsExportSpeadSheet = 'Export to speadsheet';
const
{ The following strings should not be localized }
sAction = '.Action';
@@ -192,6 +194,7 @@ const
sSortMarker = '.SortMarker';
sSortField = '.SortField';
implementation