RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.Destroy Destructor

Destroys a TAdoDbxDataReader instance.

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

This method destroys a TAdoDbxDataReader instance, freeing all its resources.

Note: Destroy should not be called directly. Call the Close or Free method instead.
 

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