QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

NameRangeStart Property

Starting point of a name range.

Syntax

ANSI (Cross Platform)
char* GetNameRangeStart();
int SetNameRangeStart(const char* lpszNameRangeStart); Unicode (Windows) LPWSTR GetNameRangeStart();
INT SetNameRangeStart(LPCWSTR lpszNameRangeStart);
@property (nonatomic,readwrite,assign,getter=nameRangeStart,setter=setNameRangeStart:) NSString* nameRangeStart;
- (NSString*)nameRangeStart;
- (void)setNameRangeStart:(NSString*)newNameRangeStart;
#define PID_OBJSEARCH_NAMERANGESTART 29

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

Starting point of a name range. Limits the search to records with names lexicographically higher than or equal to NameRangeStart.

May be combined with NameRangeEnd, but not with NameContains, NameStartsWith, or NameEndsWith.

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]