ResetDS method

Delphi example

C++Builder example

 

Builder Syntax

void __fastcall ResetDS(void);

Delphi Syntax

procedure ResetDS;

Overview

Refer to Working with Data Sets.

Remarks

Removes all items from the Data Set. Sets the CurrentElement property to Nil (NULL).

This does not affect the actual file on disk.

See Also

Elements:

DeleteElement method, DeleteModule method