FindModule method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall FindModule(Cardinal uModule);

Delphi Syntax

FindModule(uModule: Cardinal): Integer;

Overview

Refer to Working with Data Sets.

Remarks

Updates the CurrentModule property with the first module in the Data Set that has the specified module value.

To find the module at a specific index use the FindIndexModule method.