Autor Beitrag
chillermiller
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 25



BeitragVerfasst: Fr 14.05.10 20:51 
Hallo erstmal,

ich bin gerade am Schreiben eines kleinen Programms und brauche eure Hilfe, da ich einfach nicht weiterkomme!!! :autsch:
Und zwar brauche ich etwas, dass mir die Labels parametisiert.

Also zum Beispiel so:
ausblenden Delphi-Quelltext
1:
2:
3:
4:
5:
procedure machwas(p: integer);
begin
Label[p].Caption:='Hallo';
Combobox[p].Itemindex:=1;
end;

Allerdings weiß jeder, dass das nicht funktionieren wird.
Deshalb bitte ich euch um Lösungsvorschläge.

Hertlichen Dank!

Moderiert von user profile iconNarses: Delphi-Tags hinzugefügt
Moderiert von user profile iconNarses: Topic aus Delphi Language (Object-Pascal) / CLX verschoben am So 16.05.2010 um 13:31
jaenicke
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 19276
Erhaltene Danke: 1741

W11 x64 (Chrome, Edge)
Delphi 11 Pro, Oxygene, C# (VS 2022), JS/HTML, Java (NB), PHP, Lazarus
BeitragVerfasst: Fr 14.05.10 21:00 
Hallo und :welcome: im Forum!

Hört sich nach der wöchentlichen Frage nach Suche in der Delphi-Reference FINDCOMPONENT an. ;-)
bis11
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 1247
Erhaltene Danke: 2

Apple Mac OSX 10.11

BeitragVerfasst: Sa 15.05.10 09:11 
Und hier ist das Cross-Posting in der Delphi-Praxis.