Returns True if the file is a valid SVG
The StrictVerification parameter controls how the file is validated. If false (the default), the function quickly checks if the file contains well-formed XML and has a < svg> node. If true, the function parses the file entirely and sees if there are any errors (much slower but more thorough)
Namespace: FMX.RS.SVG
Delphi |
public |
Parameters
FileName
Type: String
StrictVerification
Type: Boolean
Type: Boolean
Reference |