Open main menu

RAD Studio API Documentation β

Data.Win.ADODB.TADOCommand.States

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

Delphi

property States: TObjectStates read GetState;

C++

__property TObjectStates States = {read=GetState, nodefault};

Description

Indicates the current state of the ADO command component.

Read States at runtime to determine the activity being performed, if any, by the command component at a specific point in time. Activity status includes the command 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