[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

CursorToString

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

Declaration

Source position: controls.pp line 2759

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.