DefaultIOD method

Delphi example

C++Builder example

 

Builder Syntax

void __fastcall DefaultIOD(void);

Delphi Syntax

procedure DefaultIOD;

Overview

Refer to Working with Information Object Definitions.

Remarks

Resets the IOD Structure to the default values. This will delete any user-defined items that have been added.

If you remove the contents of the IOD Structure using the ResetIOD method, you can reset the IOD Structure to the default values by calling this function.

See Also

Elements:

InsertIOD method, DeleteIOD method, ResetIOD method