FindIndexModule method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall FindIndexModule(Cardinal uIndex);

Delphi Syntax

function FindIndexModule(uIndex: Cardinal): Integer;

Overview

Refer to Working with Data Sets.

Remarks

Updates the CurrentModule property with the module at the specified index on Level 0 of the Data Set.

This method only finds modules at a specific index on Level 0 of the Data Set.

To find a module with a specific module value within the Data Set use the FindModule method.

To find specific elements within the Data Set use the following:

FindFirstElement method

FindLastElement method

FindPrevElement method

FindNextElement method