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

TCursorImage

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TCursorImage - an Icon to be used to represent a cursor

Declaration

Source position: graphics.pp line 1599

type TCursorImage = class(TCustomIcon)

protected

  procedure HandleNeeded; override;

  

  function GetDefaultSize; override;

  function GetSharedImageClass; override;

  

  function GetTypeID; override;

public

  function GetFileExtensions; override;

  

  function LazarusResourceTypeValid(); override;

  

  function ReleaseHandle;

  

  property HotSpot: TPoint; [r]

  

HotSpot - the coordinates of the point to which the cursor refers, and which represents the 'active' position on the current form or canvas

  property Handle: HCURSOR; [rw]

  

The Operating System Handle allocated for this cursor

end;

Inheritance

TCursorImage

  

TCursorImage - an Icon to be used to represent a cursor

|

TCustomIcon

  

TCustomIcon - base class for TIcon

|

TRasterImage

  

TRasterImage - base class for a number of graphic controls, including TCustomBitmap and TCustomIcon, which use a raster of dots to display graphic information

|

TGraphic

  

Base class for dealing with Graphic images

|

TPersistent

|

TObject

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