Wie spreche ich in einem DBGrid markierte Datensätze an?
for i := 0 to YourGrid.SelectedRows.Count-1 do begin
if BookmarkValid(TBookmark(YourGrid.SelectedRows.Items[i])) then begin
GotoBookmark(TBookmark(YourGrid.SelectedRows.Items[i]));
{ Tu_Was_Mit_Daten; }
end;
end;
| Delphi 1 | Delphi 2 | Delphi 3 | Delphi 4 |
| nicht getestet | Version nicht betroffen | getestet |
siehe auch: