Topic: Change Tabsheet caption name

How can i change tabsheet caption name in version 1.45?

thanks

Re: Change Tabsheet caption name

Hello

From Panel Structure (above Object Inspector), select tab Controls
Inside, select the form you want modify Tabsheet
Click on item Tabsheet (Tabsheet1, tabsheet2 ...)
When clicked, the Object Object shows catacteristics of the Tabsheet
You have only to modify item Caption to enter whatever you want

Is it OK for You ?

Cordialy

JB

Re: Change Tabsheet caption name

jean.brezhonek wrote:

Hello

From Panel Structure (above Object Inspector), select tab Controls
Inside, select the form you want modify Tabsheet
Click on item Tabsheet (Tabsheet1, tabsheet2 ...)
When clicked, the Object Object shows catacteristics of the Tabsheet
You have only to modify item Caption to enter whatever you want

Is it OK for You ?

Cordialy

JB


Perfect smile thanks wink

Re: Change Tabsheet caption name

Via Script

Tabsheet1.Caption := 'New Caption Here';