Hallo.
Ähm, sorry aber das verstehe ich noch nicht ganz.
Wenn ich auf einer Form eine ListBox habe und dann im Objektinspektor für diese ListBox im Event OnDrawItem doppelklicke, dann wir ein Prozedur-Rumpf erzeugt wie dieser:
Delphi-Quellcode:
PROCEDURE TMain_frm.ListBox1DrawItem(Control: TWinControl; Index: Integer;
Rect: TRect; State: TOwnerDrawState);
BEGIN
// mein Coding
END;
Dort habe ich mein Coding eingefügt.
Du sagst jetzt:
Zitat von
mkinzler:
Einfach Eventhandler im Code Setzen:
MyListBox.onDrawItem := ...
Was soll denn dann genau an Stelle von ":= ..." kommen?
Doch nicht das Coding, was ich oben mit "// mein Coding" gekennzeichnet habe, oder?
Wo ist denn die mit dem Objektinspektor erzeugte Prozedur?
Vielen Dank
Jazzman