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

TLazReaderIcnsPart

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

Declaration

Source position: intfgraphics.pas line 649

type TLazReaderIcnsPart = class(TFPCustomImageReader, ILazImageReader)

protected

  function InternalCheck(); override;

  

  procedure InternalRead(); override;

  

  procedure SetupRead();

  

  function Create256ColorPalette;

  

  procedure DoReadRaw;

  

  procedure DoReadRLE;

  

  procedure DoReadJpeg2000;

  

  procedure DoReadMask;

  

public

  function GetUpdateDescription;

  

  procedure SetUpdateDescription();

  

  function QueryInterface();

  

  function _AddRef;

  

  function _Release;

  

  constructor Create; override;

  

Constructor for the class instance.

  destructor Destroy; override;

  

Destructor for the class instance.

  property UpdateDescription: Boolean; [rw]

  

  property IconType: TicnsIconType; [r]

  

  property DataSize: Integer; [r]

  

end;

Inheritance

TLazReaderIcnsPart,ILazImageReader

  

|

TFPCustomImageReader

?

TObject


Version 3.2 Generated 2024-02-25 Home