Charles Holmes Posted August 12, 2013 Posted August 12, 2013 I need to know if the application is running on the web or vcl (desktop). Thanks Charles Quote
heromo80 Posted August 12, 2013 Posted August 12, 2013 Hi, You can use the function "WebMode" procedure TMainForm.UniFormCreate(Sender: TObject); begin if WebMode then begin //Statement if web mode... end; end; Quote
Charles Holmes Posted August 12, 2013 Author Posted August 12, 2013 ok, Works fine ! Thanks Charles 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.