Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

IdentToCursor

Searches the Cursor name table for the given cursor name; returns True if found.

Declaration

Source position: controls.pp line 2768

function IdentToCursor(

  const Ident: string;

  var Cursor: LongInt

):Boolean;

Arguments

Ident

  

The name of the cursor for which the numeric value is sought.

Cursor

  

The numeric value of the named cursor.

Function result

Returns True if a valid entry was found in the look-up table.

Description

If found, the cursor value (handle) is returned in Cursor.



CT Web help

CodeTyphon Studio