[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#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 1743

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


Version 3.2 Generated 2024-02-25 Home