MatchAddress2 Property
Address line 2 of an address candidate in the list of matches (if any).
Syntax
__property String MatchAddress2[int MatchIdx] = {read=FMatchAddress2, write=FSetMatchAddress2};
Default Value
""
Remarks
Address line 2 of an address candidate in the list of matches (if any).
This may be returned in the server response when the ValidateAddress method is called and if the connection to the server is successful (no errors returned).
The size of the array is controlled by the MatchCount property.
This property is read-only and not available at design time.
Data Type
String