Parses the XML attribute with the specified name into a list of floating point numbers. The numbers may be separated by commas or whitespace
Namespace: FMX.RS.SVGUtils
Delphi |
function ParseNumbers( const Node: IXMLNode; const Name: String; DefValues: TSingleDynArray ): TSingleDynArray; overload; |
Parameters
Node
Type: IXMLNode
Name
Type: String
DefValues
Type: TSingleDynArray
Type: TSingleDynArray
Reference |