Data.DBXCommon.TDBXValueList.Closed

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXValueList

Delphi

property Closed: Boolean read FClosed;

C++

__property bool Closed = {read=FClosed, nodefault};

Description

Indicates whether there are no more rows.

Closed is True when there are no more rows.

Closed does not hold meaningful data if Next has not been called at least once.

See Also