SetIODDescription method

Delphi example

C++Builder example

 

Builder Syntax

int __fastcall SetIODDescription(System::AnsiString sDescription);

Delphi Syntax

function SetIODDescription(sDescription: String): Integer;

Overview

Refer to Working with Information Object Definitions.

Remarks

Updates the description 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, SetIODName method