Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

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

FieldByName, FindField: too convenient to be honest

  Alt 29. Nov 2010, 01:30
I don’t know about you, but I can’t count anymore the number of times I’ve seen this code pattern (in code snippets online as well as in production code): while not ADataSet.Eof do begin [...] ADataSet.FieldByName('MyFieldName1').SomePropertyO rMethod; ...

More...
  Mit Zitat antworten Zitat