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 Propertys sichtbar (https://www.delphipraxis.net/9513-propertys-sichtbar.html)

Nimoee 28. Sep 2003 11:13


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

sakura 28. Sep 2003 11:15

Re: Propertys sichtbar
 
Du musst die Properties/Komponenten entsprechend "mappen"

Delphi-Quellcode:
type
  TDeinKompo = class(TPanel)
  private
    .....
    FEdit: TEdit;

  published
    property Edit: TEdit read FEdit;
  end;
...:cat:...

Nimoee 28. Sep 2003 11:18

Re: Propertys sichtbar
 
hallo,

geil, hab mir das extrem kompliziert vorgestellt! Danke

nimoee


Alle Zeitangaben in WEZ +1. Es ist jetzt 20:47 Uhr.

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