It would be useful to have GetManager exposed in ISphinxContext so that other Entities added to the Biz.Sphinx model can be managed.
If you know ISphinxContext is implemented by TSphinxContext, you can always cast it to TSphinxContext and read its public Manager property:
TheManager := (Context as TSphinxContext).Manager;
1 Like
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.