TObjectReader

TObjectReader class offers the function to return DataObject from database by frontward. TObjectReader functions are as follows:

method

description

public function Read: TDataObjectBase;

Read one and cursor go forward

public function Eof: Boolean;

If the cursor has got to the end?

public procedure Skip;

Leap over one and the cursor go forward

Related Topics

DObject's Persistence Layer