Einzelnen Beitrag anzeigen

Benutzerbild von DGL-luke
DGL-luke

Registriert seit: 1. Apr 2005
Ort: Bad Tölz
4.149 Beiträge
 
Delphi 2006 Professional
 
#2

Re: Label-Array: Verwaltung und Nutzung einzelner Labels?

  Alt 7. Aug 2006, 17:45
ähm...

Delphi-Quellcode:
for i := 0 to high(datlabels1) do
  begin
    datlabels1[i] := TLalbel.Create(Form1);
    datlabels[i].Parent := Form1;
    datlabels[i].Left := 20;
    datlabels[i].Top := (i+1) * 20;
  end;
Problem?
Lukas Erlacher
Suche Grafiktablett. Spenden/Gebrauchtangebote willkommen.
Gotteskrieger gesucht!
For it is the chief characteristic of the religion of science that it works. - Isaac Asimov, Foundation I, Buch 1
  Mit Zitat antworten Zitat