FindClassIOD method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall FindClassIOD(Cardinal uClass);

Delphi Syntax

function FindClassIOD(uClass: 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 class.

To find the IOD of modules within a class, use the FindModuleIOD method.

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

See Also

Elements:

FindIOD method, FindModuleIOD method