Datasnap.DBClient.TCustomClientDataSet.DSCursor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSCursor: IDSCursor read FDSCursor;

C++

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

Properties

Type Visibility Source Unit Parent
property protected
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

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