[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 1802
type TCursorImage = class(TCustomIcon) end; |
||
protected |
||
procedure HandleNeeded; override; |
|
HandleNeeded - method to signal that a handle is required |
class function GetDefaultSize; override; |
|
GetDefaultSize - returns default size for Icon |
class function GetStreamSignature; override; |
||
class function GetSharedImageClass; override; |
|
GetSharedImageClass - returns the class of Shared Raster Image |
class function GetTypeID; override; |
|
GetTypeID - returns Identifier for type of Icon |
public |
||
class function GetFileExtensions; override; |
|
GetFileExtensions - returns a list of the file extensions available |
function GetResourceType; override; |
||
procedure LoadFromResourceHandle(); override; |
||
function LazarusResourceTypeValid(); override; |
|
Check that the Resource specified for reading or writing is a valid type - result True if it is |
function ReleaseHandle; |
|
ReleaseHandle - free the handle used for the cursor Image |
procedure SetCenterHotSpot; |
||
property HotSpot: TPoint; [rw] |
|
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 |
|
|
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 |
|
| | ||
|
TGraphic - Base class for dealing with Graphic images |
|
| | ||
TPersistent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |