Navigation: Code Documentation > RSVclSVG > RSSVGTypes > Types
TSVGSelectorTokens Type
Defines an array of CSS2 selector tokens, which is what is returned by the TokenizeSelector function
Namespace: RSSVGTypes
Delphi
type TSVGSelectorTokens = Array of TSVGSelectorToken;
•RSSVGTypes