Guest Posted January 5, 2011 Posted January 5, 2011 Message from: "Junior/RO" Farshad, can I change the property ServerModule.ExtRoot in runtime? I want that in my machine, the property ExtRoot = '[ext]\' and, at host, ExtRoot = '..\ext-3.3.0\'. This can be done? . Quote
Guest Posted January 6, 2011 Author Posted January 6, 2011 Message from: "Farshad Mohajeri" "Junior/RO" wrote in message news:RjuWldRrLHA.2316@anaxagvs227... > Farshad, can I change the property ServerModule.ExtRoot in runtime? > > I want that in my machine, the property ExtRoot = '[ext]\' and, at host, > ExtRoot = '..\ext-3.3.0\'. > > This can be done? Yes. You should do this in OnCreate event of UniServerModule. procedure TUniServerModule.UniGUIServerModuleCreate(Sender: TObject); begin ExtRoot:='c:\myroot\ext-3.3.0'; end; . 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.