FindModuleIOD method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall FindModuleIOD(Cardinal uClass, Cardinal uModule);

Delphi Syntax

function FindModuleIOD(uClass: Cardinal; uModule: Cardinal): Integer;

Overview

Refer to Working with Information Object Definitions.

Remarks

Updates the CurrentIOD property with the item in the IOD Structure that contains the IOD for the specified module in the specified class.

To find the IOD for a specific class use FindClassIOD method.

FindIOD method lets you find IODs for classes, modules or elements in the IOD Structure.

See Also

Elements:

FindIOD method, FindClassIOD method