SetIODName method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall SetIODName(System::AnsiString sName);

Delphi Syntax

function SetIODName(sName: String): Integer;

Overview

Refer to Working with Information Object Definitions.

Remarks

Updates the name of the item in the IOD Structure specified by the CurrentIOD property.

The following methods will also help you navigate the IOD Structure:

MoveFirstIOD method

MoveLastIOD method

MoveNextIOD method

MoveParentIOD method

MoveChildIOD method

MoveRootIOD method

See Also

Elements:

MoveFirstIOD method, MoveLastIOD method, MoveNextIOD method, MovePrevIOD method, MoveParentIOD method, MoveChildIOD method, MoveRootIOD method, SetIODDescription method