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

TSharedCursorImage

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

Implements a reference-counted shared image used for cursors.

Declaration

Source position: graphics.pp line 1756

type TSharedCursorImage = class(TSharedIcon)

protected

  procedure FreeHandle; override;

  

Frees the handle for the cursor image.

public

  class function GetImagesClass; override;

  

Gets the class reference used to create a new cursor image in the Images property.

end;

Inheritance

TSharedCursorImage

  

Implements a reference-counted shared image used for cursors.

|

TSharedIcon

  

Implements a reference-counted shared Icon image type.

|

TSharedRasterImage

  

Implements a reference counted raster image that may be shared between controls.

|

TSharedImage

  

Specifies the base class for reference-counted shared images.

|

TObject



CT Web help

CodeTyphon Studio