Table of Contents

TCustomXmlPart Record

Implements a custom XML part as described in https://msdn.microsoft.com/en-us/library/bb608618.aspx

Syntax

Unit: FlexCel.Core

TCustomXmlPart = record;

Methods

Name Description
Create Overloaded
Create
Create(string, TArray<string>)
Create(TGUID, string, TArray<string>)
Equals Returns true if both objects have the same contents.
GetHashCode Returns the hashcode for the object.
Clone Returns a deep copy of the object.

Operators

Name Description
Equality Adapts the = operator so it returns true when both instances have the same values.
Inequality Adapts the <> operator so it returns true when both instances have different values.

Properties

Name Description
Id Id of the part. This must be an unique identifier.
Xml Xml content of the part.
Schemas A list of schemas associated with the part. When you set this value the array will be cloned, so you can then modify the original array and it won't modify the part.