|
<< Click to Display Table of Contents >> Navigation: Classes > TURL > Methods > IsAbsolute |
SIGNATURE=IW.Common.URL.TURL.IsAbsolute@string
ETYPE=Method
Declaration:
Delphi: |
public class function IsAbsolute(const AUrl: string): Boolean; |
C++: |
public: __fastcall bool IsAbsolute(const String AUrl); |
Description: returns TRUE if AUrl starts with http:// or https: