* Register TCSVDataset

git-svn-id: trunk@58716 -
This commit is contained in:
michael 2018-08-15 17:38:28 +00:00
parent f1f9b9f521
commit 5dc595d46f
7 changed files with 8 additions and 2 deletions

3
.gitattributes vendored
View File

@ -7321,6 +7321,9 @@ images/components/tcontrolbar_200.png -text
images/components/tcoolbar.png -text svneol=unset#image/png
images/components/tcoolbar_150.png -text
images/components/tcoolbar_200.png -text
images/components/tcsvdataset.png -text svneol=unset#image/png
images/components/tcsvdataset_150.png -text svneol=unset#image/png
images/components/tcsvdataset_200.png -text svneol=unset#image/png
images/components/tdatasource.png -text svneol=unset#image/png
images/components/tdatasource_150.png -text
images/components/tdatasource_200.png -text

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

View File

@ -76,6 +76,9 @@ components/tcontrolbar_200.png
components/tcoolbar.png
components/tcoolbar_150.png
components/tcoolbar_200.png
components/tcsvdataset.png
components/tcsvdataset_150.png
components/tcsvdataset_200.png
components/tdatasource.png
components/tdatasource_150.png
components/tdatasource_200.png

View File

@ -41,7 +41,7 @@ uses
{$ifdef mswindows}
ServiceManager,
{$endif}
Classes, SysUtils, Process, DB, BufDataset, SimpleIPC, XMLConf, EventLog,
Classes, SysUtils, Process, DB, BufDataset, csvdataset, SimpleIPC, XMLConf, EventLog,
UTF8Process;
procedure RegisterFCLBaseComponents;
@ -51,7 +51,7 @@ implementation
procedure RegisterDB;
begin
RegisterComponents('Data Access',[TDatasource,TBufDataset]); // this bites dbflaz
RegisterComponents('Data Access',[TDatasource,TBufDataset, TCSVDataset]); // this bites dbflaz
end;
procedure RegisterSimpleIPC;