RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomADODataSet.CursorType Property

Specifies type of cursor an ADO dataset uses.

Pascal
property CursorType: TCursorType;
C++
__property TCursorType CursorType;

Set CursorType to indicate the type of cursor the ADO dataset uses for the recordset when it is opened. CursorType must be set prior to activating the dataset component. Among other cursor aspects, CursorType affects directional scrolling through a recordset and the visibility of changes made by other users. 

The default value of CursorType is ctKeyset. 

 

CursorLocation 

Opening the Dataset in Batch Update Mode

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