Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi Tab in PageControl adden (https://www.delphipraxis.net/4219-tab-pagecontrol-adden.html)

Basic-Master 19. Apr 2003 19:29


Tab in PageControl adden
 
Hi,
wie kann man n' tabsheet im pagecontrol adden? den code hier hab ich schon:
Delphi-Quellcode:
var C:TTabSheet;
begin
c := TTabSheet.Create(pg);
c.Caption := 'test';
end;
nur da wird kein tabsheet angezeigt...

Christian Seehase 19. Apr 2003 20:21

Moin Basic-Master,

Du musst auch noch der Eigenschaft PageControl das PageControl zuordnen.

Basic-Master 20. Apr 2003 09:06

thx :D


Alle Zeitangaben in WEZ +1. Es ist jetzt 02:44 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz