You've already forked lazarus-ccr
Type registration : complex objects serialization's helpers are now fully created at registration time.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@808 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -283,10 +283,10 @@ end;
|
||||
|
||||
procedure initialize_config_objects();
|
||||
begin
|
||||
TwstConfigService.RegisterAttributeProperty('Name');
|
||||
GetTypeRegistry().Register(sWST_BASE_NS,TypeInfo(TwstConfigService),'Service');
|
||||
GetTypeRegistry().Register(sWST_BASE_NS,TypeInfo(TwstConfigServiceArray),'Services');
|
||||
GetTypeRegistry().Register(sWST_BASE_NS,TypeInfo(TWstConfigurationObject),'WST_Configuration');
|
||||
TwstConfigService.RegisterAttributeProperty('Name');
|
||||
GetTypeRegistry().ItemByTypeInfo[TypeInfo(TwstConfigServiceArray)].RegisterExternalPropertyName('Item','service');
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user