Einzelnen Beitrag anzeigen

Klaus01

Registriert seit: 30. Nov 2005
Ort: München
5.768 Beiträge
 
Delphi 10.4 Sydney
 
#6

Re: TabControl Tab unsichtbar machen

  Alt 24. Feb 2006, 09:37
Hallo Andreas,

aus der Hilfe von Delphi 6:

Zitat:
Description

Use TTabControl to add a control with multiple tab settings to a form. Unlike a page control,
TTabControl is not made up of several pages that contain different controls. Instead,
TTabControl is a single object. When the current tab changes, the tab control
must directly update its contents to reflect the change in an OnChange event handler.

Disabling a TTabControl object disables all tabs because it is one control.
To disable individual tabs, use TPageControl and disable the individual TTabSheet controls that represent the pages.
ich hatte vorher von TPageControl gesprochen, dort kann jede Seite (TabSheet) sichtbar oder unsichtbar
gesetzt werden.

Bei TTabControl geht das wohl nicht.

Grüße
Klaus
Klaus
  Mit Zitat antworten Zitat