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

TSharedCursorImage

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

TSharedCursorImage - a reference counted shared image to be used for cursors

Declaration

Source position: graphics.pp line 1710

type TSharedCursorImage = class(TSharedIcon)

protected

  procedure FreeHandle; override;

  

Release the handle for this image and free its resources

protected

  class function GetImagesClass; override;

  

GetImagesClass - finds which class of icon images is being referenced

end;

Inheritance

TSharedCursorImage

  

TSharedCursorImage - a reference counted shared image to be used for cursors

|

TSharedIcon

  

TSharedIcon - a reference counted shared Icon

|

TSharedRasterImage

  

TSharedRasterImage - a reference counted raster image (may be shared between several controls)

|

TSharedImage

  

TSharedImage - base class for reference counted images

|

TObject

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