RoleAuth
makes your job and rejects other connection:
[TRoleAuth('ModuleAdmin')]
TAdmin = class(TBaseServerClass)
but this doesn't work. Why?
[TRoleAuth('ModuleAdmin')]
TDataModuleEmployee = class(TDSServerModule)
RoleAuth
makes your job and rejects other connection:
[TRoleAuth('ModuleAdmin')]
TAdmin = class(TBaseServerClass)
but this doesn't work. Why?
[TRoleAuth('ModuleAdmin')]
TDataModuleEmployee = class(TDSServerModule)