这是我写的MEMO9的内容在首页不出现,其它页面都出现的代码,已经成功了,但我觉得有点复杂,不知道有没有更简单高效的代码,望高手斧正,谢谢!
if (<Page#> =1)and (<TotalPages><>1) then
Memo9.visible:=false;
if (<Page#>>1)and (<TotalPages><>1) then
Memo9.visible:=true;
if (<Page#>=1)and (<TotalPages>=1) then
Memo9.visible:=true;