RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOCommand.States Property

Indicates the current state of the ADO command component.

Pascal
property States: TObjectStates;
C++
__property TObjectStates States;

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. 

 

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