Table of Contents

IXmlMap.AddSchema Method

Adds a new schema to the xml map, and returns it so you can fill the data of the new schema. The returned schema is owned by this class and modifying it will modify the schema in the class.

Syntax

Unit: FlexCel.Core

function IXmlMap.AddSchema: TXmlMapSchema; virtual; abstract;

See also