Searches the Cursor name table for the given cursor name; returns True if found.
Source position: controls.pp line 2768
function IdentToCursor( |
const Ident: string; |
var Cursor: LongInt |
):Boolean; |
Ident |
|
The name of the cursor for 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.
If found, the cursor value (handle) is returned in Cursor.
CT Web help |
CodeTyphon Studio |