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

CursorToString

Returns a string for the name of the cursor as identified by an integer constant.

Declaration

Source position: controls.pp line 2764

function CursorToString(

  Cursor: TCursor

):string;

Function result

Returns a string with the name of the cursor type corresponding to the integer constant.

Description

Calls CursorToIdent to find correct entry in look-up table.

See also

CursorToIdent

  

Uses look-up table to find cursor identifier corresponding to integer cursor constant.



CT Web help

CodeTyphon Studio