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
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.
|