Arguments Property
A collection of table fields that specify arguments to send to the server when calling certain methods.
Syntax
property Arguments: TiotAMQPCTableFieldList read get_Arguments write set_Arguments;
Remarks
This property holds a collection of AMQPCTableField objects representing additional arguments sent when one of the following methods is called:
Arguments are typically server-dependent; refer to your server's documentation to determine what, if any, arguments are supported for each of the above methods.
This property is not available at design time.