Data.DB.TDataSet.OpenCursorComplete

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure OpenCursorComplete;

C++

void __fastcall OpenCursorComplete();

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