Data.DBXCommon.TDBXReader.Reset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Reset: Boolean; virtual;

C++

virtual bool __fastcall Reset(void);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXReader

Description

Position reader before first row.

Reset positions the reader before the first row. It returns true if this operation is supported, and the reader can complete the operation. Some readers may only be able to support this operation for small row sets.