RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.IsClosed Property

Returns a Boolean indicating whether the data reader is closed or open.

Pascal
property IsClosed: Boolean;
C++
__property Boolean IsClosed;

Returns True if the DataReader is closed, False if open. The IsClosed and RecordsAffected properties are the only ones that you can access after the TAdoDbxDataReader instance is closed. 

 

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