Einzelnen Beitrag anzeigen

bigg
(Gast)

n/a Beiträge
 
#6

Re: MDI: Auf Komponente des Childs zugreifen

  Alt 6. Jan 2005, 15:47
Warum rufst du in deinem Beispiel FindComponent auf?

Code:
var Button: TButton;
begin

if Self.MDiChildCount > 0 then
Button := (Self.ActiveMDIChild as TForm2).Button1;

end;
Bei bedarf kann man hier auch noch auf nil prüfen.
  Mit Zitat antworten Zitat