API:Data.DBXDelegate.TDBXDelegateReader.Reset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Reset: Boolean; override;

C++

virtual bool __fastcall Reset();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateReader

Description

Position reader before first row.

Data.DBXDelegate.TDBXDelegateReader.Reset inherits from Data.DBXCommon.TDBXReader.Reset. All content below this line refers to Data.DBXCommon.TDBXReader.Reset.

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.