[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TCursorImage - an Icon to be used to represent a cursor
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; |
|
|
|
HotSpot - the coordinates of the point to which the cursor refers, and which represents the 'active' position on the current form or canvas |
|
|
The Operating System Handle allocated for this cursor |
|
end; |
|
TCursorImage - an Icon to be used to represent a cursor |
|
| | ||
|
TCustomIcon - base class for TIcon |
|
| | ||
|
TRasterImage - base class for a number of graphic controls, including TCustomBitmap and TCustomIcon, which use a raster of dots to display graphic information |
|
| | ||
|
Base class for dealing with Graphic images |
|
| | ||
| | ||
TObject |
lazarus-ccr.sourceforge.net |