Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
TDataSet.AfterOpen
TDataSet
Top 


Occurs after an application completes opening a dataset and before any data access occurs.

property AfterOpen: TDataSetNotifyEvent;

Description
Write an AfterOpen event handler to take specific action immediately after an application opens the dataset. AfterOpen is called after the cursor for the dataset is opened and the dataset is put into dsBrowse state. For example, an AfterOpen event handler might check the system registry to determine the last record touched in the dataset the previous time the application ran, and position the cursor at that record.
        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Mar 29, 2024