RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ADODB.TObjectState Enumeration
Pascal
TObjectState = (
  stClosed,
  stOpen,
  stConnecting,
  stExecuting,
  stFetching
);
C++
enum TObjectState {
  stClosed,
  stOpen,
  stConnecting,
  stExecuting,
  stFetching
};

This is record ADODB.TObjectState.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!