TagCount Property

The number of records in the Tag arrays.

Syntax

ANSI (Cross Platform)
int GetTagCount();
int SetTagCount(int iTagCount); Unicode (Windows) INT GetTagCount();
INT SetTagCount(INT iTagCount);
@property (nonatomic,readwrite,assign,getter=tagCount,setter=setTagCount:) int tagCount;
- (int)tagCount;
- (void)setTagCount:(int)newTagCount;
#define PID_AZUREKEYS_TAGCOUNT 53

CLOUDKEYS_EXTERNAL void* CLOUDKEYS_CALL CloudKeys_AzureKeys_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
CLOUDKEYS_EXTERNAL int CLOUDKEYS_CALL CloudKeys_AzureKeys_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

0

Remarks

This property controls the size of the following arrays:

The array indices start at 0 and end at TagCount - 1.

This property is not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 C++ Edition - Version 20.0 [Build 8157]