Data.Win.ADODB.TCustomADODataSet.RecordsetState

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TCustomADODataSet

Delphi

property RecordsetState: TObjectStates read GetRecordsetState;

C++

__property TObjectStates RecordsetState = {read=GetRecordsetState, nodefault};

Description

Indicates the current state of the ADO dataset component.

Read States at runtime to determine the activity being performed, if any, by the dataset component at a specific point in time. Activity status includes the dataset component connecting to a data store, executing a command, fetching rows for a recordset, sitting idle but open, and sitting idle and closed.

See Also