Parses the input string for a valid url/uri value ('uri(# ref)' or 'url(#ref)')
Namespace: FMX.RS.SVGUtils
Delphi |
function ParseURI( S: String; DefValue: String; var Inherits: Boolean ): String; overload; |
Parameters
S
Type: String
DefValue
Type: String
Inherits
Type: Boolean
Type: String
If the string is blank, the function returns the default value ( DefValue). If the string contains 'inherits', the function returns the default value and sets the Inherits parameter to true. |
Reference |