IEtlCustomCodeBlock.Read

Syntax

Read(Reader: IXmlDomElement);

Parameters

Reader. Data in the XML format.

Description

The Read method reads data in the XML format.

Comments

The Reader parameter of the method will have the data determined in the IEtlFixedCodeBlock.UserData property on creating a custom procedure, or the data created in the IEtlUserDataContainer.UserData property in the IEtlForeWizardPage and IEtlForeWizardPages redetermined interfaces.

Example

The method use is given in the example for IEtlCustomCodeBlock.Execute.

See also:

IEtlCustomCodeBlock