Data.DB.TDataSet.OpenCursorComplete
[–] 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.