OFXRequest Property

The current OFX request aggregate.

Syntax

ANSI (Cross Platform)
char* GetOFXRequest();

Unicode (Windows)
LPWSTR GetOFXRequest();
@property (nonatomic,readonly,assign,getter=OFXRequest) NSString* OFXRequest;
- (NSString*)OFXRequest;
#define PID_BANKSTATEMENT_OFXREQUEST 40

IPWORKSOFX_EXTERNAL void* IPWORKSOFX_CALL IPWorksOFX_BankStatement_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

Polling OFXRequest will cause the class to generate and return an OFX request aggregate.

This property is read-only and not available at design time.

Data Type

String

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