TXmlMapMap Class
Defines the XML Map.
Syntax
Unit: FlexCel.Core
TXmlMapMap = class(TFlexCelObject);
Methods
Name |
Description |
Clone |
Returns a deep copy of this object.
|
Equals |
Returns true if both maps have the same values.
|
GetHashCode |
Returns the hashcode of the map.
|
Properties
Name |
Description |
ID |
Identifies the map object.
|
Name |
Friendly name of the map object.
|
RootElement |
Root element of the XML instance.
|
SchemaID |
Which schema collection the map uses.
|
ShowImportExport​Validation​Errors |
When an XML instance is imported or exported, the schema should be used to validate the instance, and schema errors should be shown to the user.
|
AutoFit |
Indicates if cells should be autofitted after a refresh.
|
Append |
If true when refreshing old data will not be discarded, but new data will be appended to the existing data.
|
PreserveSortAFLayout |
Indicates if to keep filters on tables.
|
PreserveFormat |
Indicates if we will preserve the formats on the cells or re apply them depending in the data.
|
DataBinding |
Databinding associated with this map.
|