Data.DB.TDataSet.OpenCursorComplete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OpenCursorComplete;

C++

void __fastcall OpenCursorComplete();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

Description

Opens the database cursor and triggers an AfterOpen event.

OpenCursorComplete opens the database cursor and triggers an AfterOpen event. If you want to open the cursor without triggering an AfterOpen event, use the OpenCursor method.

See Also