ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 TImageEnVect - How to hide an object
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

c.basso

Italy
36 Posts

Posted - Mar 31 2017 :  05:35:21  Show Profile  Reply
I can't find a way to hide an object in
I know that I can change penstyle to psClear or similar,
but it's not the same,
I need to keep all object properties intact, but hide it.

Is there any way to accomplish that?

Thanks

Claudio Basso

Claudio

c.basso

Italy
36 Posts

Posted - Mar 31 2017 :  06:33:50  Show Profile  Reply
Sorry, already solved.

Show
ObjStyle[vObj]:= ObjStyle[vObj] + [ievsVisible]
Hide
ObjStyle[vObj]:= ObjStyle[vObj] - [ievsVisible]

Best regards

Claudio
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: