RecipientPrimary Property
Indicates whether the recipient is the primary receiver.
Syntax
__property bool RecipientPrimary[int RecipientIndex] = {read=FRecipientPrimary, write=FSetRecipientPrimary};
Default Value
false
Remarks
Indicates whether the recipient is the primary receiver.
If this property is set to True, this is a chained payment. If the property is False, this is a simple or parallel payment.
The size of the array is controlled by the RecipientCount property.
This property is not available at design time.
Data Type
Boolean