Home RAP

how do I hide all the shape ?

edited April 2010 in RAP
Hi

how do I hide all the components ( for example all SHAPE ) of main report
without having to write the name of putting them all to visible false?

All code in Rap.


like this code :

for x := 0 to report.component.count-1 do
begin
if report.component[X].classname = 'SHAPE' then
report.component[X].Visible := False;
end;




__________ Information from ESET NOD32 Antivirus, version of virus signature database 5007 (20100407) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

Comments

This discussion has been closed.