QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

ItemName Property

Name of the item.

Syntax

ANSI (Cross Platform)
char* GetItemName();
int SetItemName(const char* lpszItemName); Unicode (Windows) LPWSTR GetItemName();
INT SetItemName(LPCWSTR lpszItemName);
@property (nonatomic,readwrite,assign,getter=itemName,setter=setItemName:) NSString* itemName;
- (NSString*)itemName;
- (void)setItemName:(NSString*)newItemName;
#define PID_ITEM_ITEMNAME 8

INQB_EXTERNAL void* INQB_CALL InQB_Item_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_Item_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

The name of the item.

If the item is a sub-item of another item, the parent item should be specified in Parent.

Data Type

String

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