[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: db.pas line 1994
type TDataSetEnumerator = class
public
constructor Create();
function MoveNext;
property Current: TFields; [r]
end;
TDataSetEnumerator
TObject