MappingsCount: Integer;
The MappingsCount property returns the number of attribute bindings to data source fields.
Use the IMetaRdsExportSchema.AddMapping method to add a binding, and the IMetaRdsExportSchema.RemoveMapping method to remove a binding.
The property use is given in the example for IMetaRdsExportSchema.RemoveMapping.
See also: