Data.DBXCommon.TDBXValueList.Closed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Closed: Boolean read FClosed;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValueList

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