Table of Contents

IXmlMap.GetSchema Method

Gets the schema at position index. (0 based). The schema returned is not a copy but the actual schema in the class, so modifying it will modify the schema in the class.

Syntax

Unit: FlexCel.Core

function IXmlMap.GetSchema(const index: Integer): TXmlMapSchema; virtual; abstract;

Parameters

<-> Parameter Type Description
const index Integer Index of the schema to return, 0 based.

See also