RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet.DSCursor Property

Provides access to the interface for the client dataset's data cursor.

Pascal
property DSCursor: IDSCursor;
C++
__property IDSCursor DSCursor;

Applications do not use the protected DSCursor property. Client datasets obtain this interface when the Active property is set to true. They use the interface for navigating, posting edits, filtering records, and so on. 

 

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