IPWorks OFX 2020 Delphi Edition

Questions / Feedback?

OFXBatchItems Property

A list of items (requests/response pairs) that make up the current OFX batch.

Syntax

property OFXBatchItems: TiboOFXBatchItemList read get_OFXBatchItems write set_OFXBatchItems;

Remarks

This collection represents the list of requests/responses to be sent/received through a single connection. It is used when the PostRequest, ReadOFXDataFile and WriteOFXDataFile methods are called.

Each OFX batch item has a Request, RequestType, RequestUID, and Response tied to it.

The Request should be set for each OFXBatchItemIndex = 0 to OFXBatchItemCount - 1 when any of the above listed methods are called. Upon successful response, the rest of the properties should be inspected for each index (that falls within the range listed above).

This property is not available at design time.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 Delphi Edition - Version 20.0 [Build 7941]