Datasnap.DBClient.TCustomClientDataSet.DSCursor

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: protected
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TCustomClientDataSet

Delphi

property DSCursor: IDSCursor read FDSCursor;

C++

__property Datasnap::Dsintf::_di_IDSCursor DSCursor = {read=FDSCursor};

Description

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

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.

See Also