mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-21 04:01:41 +01:00
* Register TCSVDataset
git-svn-id: trunk@58716 -
This commit is contained in:
parent
f1f9b9f521
commit
5dc595d46f
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -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
|
||||
|
||||
BIN
images/components/tcsvdataset.png
Normal file
BIN
images/components/tcsvdataset.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
BIN
images/components/tcsvdataset_150.png
Normal file
BIN
images/components/tcsvdataset_150.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
BIN
images/components/tcsvdataset_200.png
Normal file
BIN
images/components/tcsvdataset_200.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user