PartsCount Property
The number of records in the Parts arrays.
Syntax
ANSI (Cross Platform) int GetPartsCount(); Unicode (Windows) INT GetPartsCount();
@property (nonatomic,readonly,assign,getter=partsCount) int partsCount; - (int)partsCount;
#define PID_S3CLIENT_PARTSCOUNT 48 IPWORKSS3_EXTERNAL void* IPWORKSS3_CALL IPWorksS3_S3Client_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
Default Value
0
Remarks
This property controls the size of the following arrays:
The array indices start at 0 and end at PartsCount - 1.
This property is read-only and not available at design time.
Data Type
Integer