TrackEventOther Property
Other information about the tracking event.
Syntax
property TrackEventOther[TrackEventIdx: Integer]: String;
Default Value
''
Remarks
Other information about the tracking event.
This is only applicable to USPS and will be populated with any additional information in the tracking event that is not provided by the other properties. Examples of this are "AuthorizedAgent" and "Signer" (when there is a signer for that event).
The format of this property is a comma-separated "name=value" list.
The size of the array is controlled by the TrackEventCount property.
This property is read-only and not available at design time.
Data Type
String