Spring4D
Spring4D
I use in my code this type alias:
type
TSQLConfig = IDictionary;
How to register this type in IoC container?
ps. IDictionary comes from Spring Collections.
I use in my code this type alias:
type
TSQLConfig = IDictionary
How to register this type in IoC container?
ps. IDictionary comes from Spring Collections.
With DelegateTo and calling TCollections.CreateDictionary
ReplyDeletethx
ReplyDelete