IXmlMap.Assign Method
Copies a different xml map to this instance, clearing any existing data in this instance. If map is null, then this method will clear everything.
Syntax
Unit: FlexCel.Core
procedure IXmlMap.Assign(map: IXmlMap); virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
|
map |
IXmlMap |
Map to assign to this instance. |
See also