Einzelnen Beitrag anzeigen

Klaus01

Registriert seit: 30. Nov 2005
Ort: München
5.755 Beiträge
 
Delphi 10.4 Sydney
 
#8

AW: Array von TShapes visible machen

  Alt 19. Nov 2020, 11:30
mal ohne Array
Delphi-Quellcode:
  for i := 1 to 50 do begin
    (FindComponent('Shape' + IntToStr(i)) as TShape).visible := false;
  end;
Grüße
Klaus
Klaus
  Mit Zitat antworten Zitat