khuemmeler Posted January 24, 2017 Posted January 24, 2017 Hi, is it possible to set the webserver port on program start, e.g. by reading from a config file? Best regards Klaus Quote
Administrators Farshad Mohajeri Posted January 24, 2017 Administrators Posted January 24, 2017 Yes, in event ServerModule.OnBeforeInit event. Quote
skafy Posted July 29, 2019 Posted July 29, 2019 That doesn't seems to work anymore. Can you please check? Quote
55143681 Posted August 4, 2019 Posted August 4, 2019 On 7/29/2019 at 1:48 PM, skafy said: That doesn't seems to work anymore. Can you please check? procedure TUniServerModule.UniGUIServerModuleBeforeInit(Sender: TObject); begin self.Port:=8088; end; works well. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.