CustomPropertyValue Property

This property contains the value of the custom property.

Syntax

ANSI (Cross Platform)
char* GetCustomPropertyValue(int iCustomPropertyIndex);
int SetCustomPropertyValue(int iCustomPropertyIndex, const char* lpszCustomPropertyValue); Unicode (Windows) LPWSTR GetCustomPropertyValue(INT iCustomPropertyIndex);
INT SetCustomPropertyValue(INT iCustomPropertyIndex, LPCWSTR lpszCustomPropertyValue);
- (NSString*)customPropertyValue:(int)customPropertyIndex;
- (void)setCustomPropertyValue:(int)customPropertyIndex:(NSString*)newCustomPropertyValue;
#define PID_CALDAV_CUSTOMPROPERTYVALUE 29

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_CalDAV_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_CalDAV_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_CalDAV_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

This property contains the value of the custom property.

The CustomPropertyIndex parameter specifies the index of the item in the array. The size of the array is controlled by the CustomPropertyCount property.

This property is not available at design time.

Data Type

String

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