Parses the input string for a cursor. The allowable values are [ [ funciri,]* [ auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw- resize | s-resize | w-resize| text | wait | help ] ] | inherit
Namespace: FMX.RS.SVGUtils
Delphi |
function ParseCursor( S: String; DefValue: TCursor; var Inherits: Boolean ): TCursor; |
Parameters
S
Type: String
Input string to parse
DefValue
Type: TCursor
Default Value. If the string is empty, the default value is returned
Inherits
Type: Boolean
Set to True when the input string contains 'inherit' keyword
Type: TCursor
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 |