Jump to content

the wedmode problem


Guest

Recommended Posts

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

 

 

 

Link to comment
Share on other sites

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.

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...