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

TIcnsIcon

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

Declaration

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;

Inheritance

TIcnsIcon

|

TCustomIcon

  

TCustomIcon - base class for TIcon

|

TRasterImage

  

TRasterImage - base class for a number of graphic controls, including TCustomBitmap and TCustomIcon, which use a raster of dots to display graphic information

|

TGraphic

  

TGraphic - Base class for dealing with Graphic images

|

TPersistent

|

TObject

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