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

TLazReaderTiff

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

Extends the FCL TIFF image reader to support the ILazImageReader interface.

Declaration

Source position: intfgraphics.pas line 606

type TLazReaderTiff = class(TFPReaderTiff, ILazImageReader)

protected

  procedure DoCreateImage(); override;

  

public

  function GetUpdateDescription;

  

  procedure SetUpdateDescription();

  

  function QueryInterface();

  

  function _AddRef;

  

  function _Release;

  

protected

  procedure InternalRead(); override;

  

public

  property UpdateDescription: Boolean; [rw]

  

end;

Inheritance

TLazReaderTiff,ILazImageReader

  

Extends the FCL TIFF image reader to support the ILazImageReader interface.

|

TFPReaderTiff

?

TObject


Version 4.0 Generated 2025-05-03 Home