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

TFPImageBitmap.FinalizeReader

Finalizes the FCL image reader when a read operation has been completed.

Declaration

Source position: graphics.pp line 1420

protected procedure TFPImageBitmap.FinalizeReader(

  AReader: TFPCustomImageReader

); virtual;

Arguments

AReader

  

FCL reader class instance examined in the method.

Description

FinalizeReader has an empty implementation in TFPImageBitmap. In a descendent class, it is used to update properties in the class instance to reflect values encountered by the image reader.

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