QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

NameStartsWith Property

String which names are to start with.

Syntax

ANSI (Cross Platform)
char* GetNameStartsWith();
int SetNameStartsWith(const char* lpszNameStartsWith); Unicode (Windows) LPWSTR GetNameStartsWith();
INT SetNameStartsWith(LPCWSTR lpszNameStartsWith);
@property (nonatomic,readwrite,assign,getter=nameStartsWith,setter=setNameStartsWith:) NSString* nameStartsWith;
- (NSString*)nameStartsWith;
- (void)setNameStartsWith:(NSString*)newNameStartsWith;
#define PID_OBJSEARCH_NAMESTARTSWITH 30

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

Default Value

""

Remarks

String which names are to start with. Limits the search to records with names which start with the string specified by NameStartsWith.

If NameStartsWith is specified none of the other Name properties may be specified.

Only applicable to searches for entity objects.

Data Type

String

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