@SirThornberry:
Ja du hast recht habe Components mit Controls verwechselt.
Jetzt geht es:
Delphi-Quellcode:
for I := 0 to uMainGUI.MainGUI.grpAnalog1Oxy.ControlCount-1 do
begin
((uMainGUI.MainGUI.grpAnalog1Oxy.Controls[i]) As TControl).Enabled := false;
end;
Jetzt spar ich mir eine Menge Zeilen Code.
Danke!