XText Property

The text of the element pointed to by XPath .

Syntax

ANSI (Cross Platform)
char* GetXText();

Unicode (Windows)
LPWSTR GetXText();
@property (nonatomic,readonly,assign,getter=XText) NSString* XText;
- (NSString*)XText;
#define PID_SOAP_XTEXT 85

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_SOAP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The ValueFormat property controls the format in which the value is returned.

This property is read-only.

Data Type

String

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