URLPath Property

The path for the URL.

Syntax

ANSI (Cross Platform)
char* GetURLPath();
int SetURLPath(const char* lpszURLPath); Unicode (Windows) LPWSTR GetURLPath();
INT SetURLPath(LPCWSTR lpszURLPath);
@property (nonatomic,readwrite,assign,getter=URLPath,setter=setURLPath:) NSString* URLPath;
- (NSString*)URLPath;
- (void)setURLPath:(NSString*)newURLPath;
#define PID_HTTP_URLPATH 58

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_HTTP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_HTTP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property contains the path for the URL. The URL path as determined by parsing the value set in the URL 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]