LocationPostalCode Property
The postal code for the current location.
Syntax
__property String LocationPostalCode[int LocationIndex] = {read=FLocationPostalCode, write=FSetLocationPostalCode};
Default Value
""
Remarks
The postal code for the current location. This is populated after a call to FindLocations.
The size of the array is controlled by the LocationCount property.
This property is read-only and not available at design time.
Data Type
String