![]() |
Propertys sichtbar
Hallo,
folgendes Problem: ich hab aus mehreren Komponenten ein Kombikomponente gemacht. Basis ist Tpanel. Darauf hab ich Tedit Tlabel und nochmal Tlabel gelegt. Funktioniert alles. Wie krieg ich die propoertys von tedit ( im Moment nur tpanel sichtbar )auf der neuen Komponente im Oberinspektor angezeigt? Nimoee |
Re: Propertys sichtbar
Du musst die Properties/Komponenten entsprechend "mappen"
Delphi-Quellcode:
...:cat:...
type
TDeinKompo = class(TPanel) private ..... FEdit: TEdit; published property Edit: TEdit read FEdit; end; |
Re: Propertys sichtbar
hallo,
geil, hab mir das extrem kompliziert vorgestellt! Danke nimoee |
Alle Zeitangaben in WEZ +1. Es ist jetzt 06:40 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-2025 by Thomas Breitkreuz