FIHomePage Property

Home web page for general information about the Financial Institution.

Syntax

ANSI (Cross Platform)
char* GetFIHomePage();

Unicode (Windows)
LPWSTR GetFIHomePage();
@property (nonatomic,readonly,assign,getter=FIHomePage) NSString* FIHomePage;
- (NSString*)FIHomePage;
#define PID_FIPROFILE_FIHOMEPAGE 14

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

Default Value

""

Remarks

The Financial Institution's home page URL.

This property is read-only.

Data Type

String

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