Topic Path: Symbol Reference > Classes > TIdDecoder Class > TIdDecoder Methods > DecodeEnd Method
ContentsIndexHome
PreviousUpNext
TIdDecoder.DecodeEnd Method

Signals that decoding has been completed.

procedure DecodeEnd; virtual;

DecodeEnd is a procedure used to indicate that the decoding operation has been completed. 

Please note that DecodeEnd is an empty procedure in TIdDecoder

Use DecodeBegin to prepare the decoder for the decoding operation. 

Use Decode to reverse the encoding algorithm for the decoder implementation.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.