RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TReader.Destroy Destructor

Moves the current position of the stream back to the beginning before calling the inherited destructor.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TReader();

Do not call Destroy directly. Reader objects are created indirectly through the methods or routines that use them. These methods and routines handle freeing the TReader object. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!