mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 13:38:07 +02:00
* Added TJSONDataset to component palette (distributed with FPC since long time)
This commit is contained in:
parent
9da44c1c9b
commit
b983ea45d0
BIN
images/components/tjsondataset.png
Normal file
BIN
images/components/tjsondataset.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.2 KiB |
BIN
images/components/tjsondataset_150.png
Normal file
BIN
images/components/tjsondataset_150.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 2.2 KiB |
BIN
images/components/tjsondataset_200.png
Normal file
BIN
images/components/tjsondataset_200.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 2.4 KiB |
Binary file not shown.
@ -202,6 +202,9 @@ components/tinipropstorage_200.png
|
||||
components/tjsonpropstorage.png
|
||||
components/tjsonpropstorage_150.png
|
||||
components/tjsonpropstorage_200.png
|
||||
components/tjsondataset.png
|
||||
components/tjsondataset_150.png
|
||||
components/tjsondataset_200.png
|
||||
components/tlabel.png
|
||||
components/tlabel_150.png
|
||||
components/tlabel_200.png
|
||||
|
@ -41,7 +41,7 @@ uses
|
||||
{$ifdef mswindows}
|
||||
ServiceManager,
|
||||
{$endif}
|
||||
Classes, SysUtils, Process, DB, BufDataset, csvdataset, SimpleIPC, XMLConf, EventLog,
|
||||
Classes, SysUtils, Process, DB, BufDataset, csvdataset, fpjsondataset, SimpleIPC, XMLConf, EventLog,
|
||||
UTF8Process, ComponentEditors;
|
||||
|
||||
procedure RegisterFCLBaseComponents;
|
||||
@ -62,7 +62,7 @@ end;
|
||||
|
||||
procedure RegisterDB;
|
||||
begin // this bites dbflaz
|
||||
RegisterComponents('Data Access',[TDatasource, TBufDataset, TCSVDataset]);
|
||||
RegisterComponents('Data Access',[TDatasource, TBufDataset, TCSVDataset, TJSONDataset]);
|
||||
RegisterComponentRequirements([TBufDataset, TCSVDataset], TDatasetRequirements);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user