<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16608" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Damien Gerard wrote:</FONT></DIV>
<DIV><FONT face=Arial size=2><BR></FONT><FONT face=Arial size=2>> Could 
someone explain me the difference between `TPage.Visible` and  <BR>> 
`TPage.TabVisible` ?</DIV>
<DIV> </DIV>
<DIV>'Visible' controls the visibility of items within the client area of the 
page - whatever panels, labels etc you have put there.</DIV>
<DIV>'Tabvisible' controls whether the Tab is shown (and therefore whether you 
can click on it to move pages) or not.</DIV>
<DIV>Pages without visible tabs are not immensely useful I would say. However, 
if you need them, you can have them without having to write code to hide the 
tabs yourself!</DIV>
<DIV> </DIV>
<DIV>Howard</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>_______________________________________________<BR>Lazarus mailing 
list<BR><A 
href="mailto:Lazarus@lazarus.freepascal.org">Lazarus@lazarus.freepascal.org</A><BR><A 
href="http://www.lazarus.freepascal.org/mailman/listinfo/lazarus">http://www.lazarus.freepascal.org/mailman/listinfo/lazarus</A></FONT></DIV></BODY></HTML>