RAD Studio VCL Reference
|
Returns the path info portion of the URL.
property InternalPathInfo: AnsiString;
__property AnsiString InternalPathInfo;
InternalPathInfo contains the path information portion of the URL, which identifies the destination of the message. This property generally contains the same information as PathInfo.To ensure cross-platform code compatibility, use InternalPathInfo instead of PathInfo.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|