You've already forked lazarus-ccr
RxFPC:add new component rxxmlpropstorage
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6165 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -41,7 +41,7 @@ uses
|
||||
procedure Register;
|
||||
|
||||
implementation
|
||||
uses RxSystemServices, RxLogin, RxVersInfo, RxCloseFormValidator, RxIniPropStorage;
|
||||
uses RxSystemServices, RxLogin, RxVersInfo, RxCloseFormValidator, RxIniPropStorage, RxXMLPropStorage;
|
||||
|
||||
const
|
||||
sRxToolsPage = 'RX Tools';
|
||||
@@ -71,6 +71,11 @@ begin
|
||||
RegisterComponents(sRxToolsPage,[TRxIniPropStorage]);
|
||||
end;
|
||||
|
||||
procedure RegisterRxXMLPropStorage;
|
||||
begin
|
||||
RegisterComponents(sRxToolsPage,[TRxXMLPropStorage]);
|
||||
end;
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('RxLogin', @RegisterRxLogin);
|
||||
@@ -78,6 +83,7 @@ begin
|
||||
RegisterUnit('RxSystemServices', @RegisterRxSystemServices);
|
||||
RegisterUnit('RxCloseFormValidator', @RegisterCloseFormValidator);
|
||||
RegisterUnit('RxIniPropStorage', @RegisterRxIniPropStorage);
|
||||
RegisterUnit('RxXMLPropStorage', @RegisterRxXMLPropStorage);
|
||||
end;
|
||||
|
||||
end.
|
||||
|
||||
Reference in New Issue
Block a user