[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
IdentToCursor - uses look-up table to find numeric cursor value corresponding to the Identifier string
Source position: controls.pp line 2293
function IdentToCursor( |
const Ident: String; |
var Cursor: LongInt |
):Boolean; |
Ident |
|
The name of the cursor cor which the numeric value is sought |
Cursor |
|
The numeric value of the named cursor |
Returns True if a valid entry was found in the look-up table
lazarus-ccr.sourceforge.net |