SetCurrentIOD method

Delphi example

C++Builder example

 

Builder Syntax

bool __fastcall SetCurrentIOD(Cardinal hIOD);

Delphi Syntax

function SetCurrentIOD(hIOD: Cardinal): Boolean;

Overview

Refer to Working with Information Object Definitions.

Remarks

Updates the CurrentIOD property to the IOD Structure item identified by hIOD.

You can store the hIOD property of the CurrentIOD property when you move to a new item, and use that to return to that item later.