[Lazarus] Property ShowTabs of the component PageControl

Martin lazarus at mfriebe.de
Thu Sep 5 20:43:51 CEST 2013


On 05/09/2013 19:19, Junior wrote:
> Lazarus 1.1 r42622M FPC 2.6.2 i386-linux-gtk 2
>
> The property ShowTabs of the component PageControl not drawing the 
> screen in the Lazarus IDE.
>
> The error occurs when it adds more than one page.
>
> 1 PageControl (add 2 tabsheet);
> Add um button into tabsheet;
> click on tabsheet navigating on them.
>
> the button (or other components) disappears from the IDE.

What exactly do you mean?

When you switch to another tab, they should disapear.
When you switch back, they will re-appear.

Otherwise you need a TTabControl

> property ShowTabs
Do you set it to true or false? Are the Tabs on top visible?

> click on tabsheet navigating on them.
You have to click the tab to navigate. But that only works if ShowTabs = 
true.





More information about the Lazarus mailing list