Guest Posted December 7, 2010 Posted December 7, 2010 Message from: "koney" hi, if WebMode then begin if Components is TUniPageControl then begin end; if Components is TUniPanel then begin end; end; the statement in red color do not work in webmode. koney. __________ Information from ESET Smart Security, version of virus signature= database 5682 (20101207) __________ The message was checked by ESET Smart Security. http://www.eset.com Quote
Guest Posted December 7, 2010 Author Posted December 7, 2010 Message from: "Farshad Mohajeri" "koney" wrote in message = news:nWuw1yhlLHA.2316@anaxagvs227... hi, if WebMode then begin if Components is TUniPageControl then begin Use this Syntax: if UniIs(Components, TUniPageControl) then=20 begin end; This will be fixed in version 0.85 end; if Components is TUniPanel then begin=20 end; end; the statement in red color do not work in webmode. koney. 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.