Hide Comments
Hide Comments

ParseCursor(String,TCursor,Boolean) Method

Comments (0)

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

expandingSyntax

Delphi

 function ParseCursor( S: String; DefValue: TCursor; var Inherits: Boolean ): TCursor; 
 

Parameters

S

Type: String

DefValue

Type: TCursor

Inherits

Type: Boolean

Return Value

Type: TCursor

expandingRemarks

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.

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb