QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

XChildCount Property

Number of children for the current element.

Syntax

ANSI (Cross Platform)
int GetXChildCount();

Unicode (Windows)
INT GetXChildCount();
@property (nonatomic,readonly,assign,getter=XChildCount) int XChildCount;
- (int)XChildCount;
#define PID_QBOBJECT_XCHILDCOUNT 12

INQB_EXTERNAL void* INQB_CALL InQB_QBObject_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

Remarks

The current element is specified via the XPath property.

This property is read-only.

Data Type

Integer

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