hiGetCursorByName
hiGetCursorByName(t_cursorName) =>x_cursorID
Description
Returns the ID associated with the specified cursor name.
Arguments
|
For example, the cursor name that is returned by the |
Value Returned
Examples
Using hiGetCursorName() to get the name of specified cursor ID.
hiGetGetCursorByName("arrow")
=> 1
; 1 is the value of hicArrow
hiGetCursorByName("ibeam")
=> 5
; 5 is the value of hicIbeam
hiGetCursorByName("unknown")
=> 1
; 1 is the value of hicArrow
hiGetCursorByName("invalidName")
=> 0
; 0 is the value of hicNoCursor
Related Topics
Return to top