[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Finalizes the FCL image reader when a read operation has been completed.
Source position: graphics.pp line 1420
protected procedure TFPImageBitmap.FinalizeReader( |
AReader: TFPCustomImageReader |
); virtual; |
AReader |
|
FCL reader class instance examined in the method. |
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.
lazarus-ccr.sourceforge.net |