Hallo,
ich steh grad auf dem Schlauch:
Ich lauf mit einer Schleife über alle Controls dir auf einem Panel liegen
und will vergleichen on ein Control ein TShape ist.
Irgendwie hab ich momentan einen Gedankenfehler.
Delphi-Quellcode:
for i := 0 to Pred(Panel_MSST.ControlCount) do
begin
Dummy_Shape := Panel_MSST.Controls[i] as TShape; //funkioniert nicht
Wie kann ich prüfen ob das Control ein TShape ist.
BTW.: Ich hab schon Panel.Components ausprobiert
aber das funktioniert nicht (ComponentsCount = 0)
mfg
Helmi
>> Theorie ist Wissen, dass nicht funktioniert - Praxis ist, wenn alles funktioniert und keiner weiss warum! <<