Difference between revisions of "MatchUp Object:Matchcode:Component Information"

From Melissa Data Wiki
Jump to navigation Jump to search
(Created page with "{{MatchUpObjectMatchcodeInterfaceNav |FunctionsCollapse= }} {{CustomTOC}} The functions in this section retrieve the number of components in a given matchcode and retrieve t...")
 
(No difference)

Revision as of 18:37, 31 July 2015

← MatchUp Object Reference

MatchUp Object Matchcode Interface Navigation
Overview
Order of Operations
Mapping Information
Functions
Initialization
Creation
Retrieval
Properties
Component Information
Mapping
Change Settings
Read Settings
Modification
Saving



The functions in this section retrieve the number of components in a given matchcode and retrieve the contents of a specific matchcode component.

GetMatchcodeItemCount

This function returns an integer indicating the number of MatchcodeComponent objects in the current Matchcode object.

Syntax int = mdMC->GetMatchcodeItemCount()
C int = mdMUMatchcodeGetMatchcodeItemCount(mdMC)
.Net integer = mdMC.MatchcodeItemCount


GetMatchcodeItem

This function returns the MatchcodeComponent object located at the position indicated by the integer value passed to this function.

Syntax MatchcodeComponent = mdMC->GetMatchcodeItem(int)
C mdMUMatchcodeComponent = mdMUMatchcodeGetMatchcodeItem(mdMC, int)
.Net MatchcodeComponent = mdMC.MatchcodeItem(integer)