Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.785 Beiträge
 
#1

TStringList updating pitfalls

  Alt 19. Okt 2010, 08:30
What’s wrong with this code? procedure TMyCustomChecklistPopupControl.ClosePopup; var i: integer; begin inherited ClosePopup; FInternalItemStringList.Clear; for i := 0 to Self.CheckedCount - 1 do ...

More...
  Mit Zitat antworten Zitat