[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 2368

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

#lcl.Controls.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.