DeleteModule method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall DeleteModule(Cardinal uModule);

Delphi Syntax

function DeleteModule(uModule: Cardinal): Integer;

Overview

Refer to Working with Data Sets.

Remarks

Deletes a module from the Data Set.

You can remove all items from the Data Set using the ResetDS method.

Following deletion, the CurrentModule property is set to Nil (NULL).