UpdateEntryLinkTitle Property
This property contains the title of the link.
Syntax
ANSI (Cross Platform) char* GetUpdateEntryLinkTitle();
int SetUpdateEntryLinkTitle(const char* lpszUpdateEntryLinkTitle); Unicode (Windows) LPWSTR GetUpdateEntryLinkTitle();
INT SetUpdateEntryLinkTitle(LPCWSTR lpszUpdateEntryLinkTitle);
@property (nonatomic,readwrite,assign,getter=updateEntryLinkTitle,setter=setUpdateEntryLinkTitle:) NSString* updateEntryLinkTitle; - (NSString*)updateEntryLinkTitle; - (void)setUpdateEntryLinkTitle:(NSString*)newUpdateEntryLinkTitle;
#define PID_ATOM_UPDATEENTRYLINKTITLE 132 IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_Atom_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal); IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_Atom_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
Default Value
""
Remarks
This property contains the title of the link.
This property is not available at design time.
Data Type
String