[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: graphics.pp line 1689
type TIcnsIcon = class(TCustomIcon) |
||
class function GetSharedImageClass; override; |
|
GetSharedImageClass - returns the class of Shared Raster Image |
protected |
||
procedure ReadData(); override; |
||
procedure ReadStream(); override; |
||
procedure WriteStream(); override; |
||
public |
||
constructor Create; override; |
||
destructor Destroy; override; |
||
public |
||
class function GetFileExtensions; override; |
||
public |
||
function LazarusResourceTypeValid(); override; |
||
end; |
| | ||
|
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 |
|
| | ||
| | ||
lazarus-ccr.sourceforge.net |