Midware TMWTable.AfterOpen

From Overbyte
Jump to navigation Jump to search

Main page -> Midware component reference -> TMWTable -> AfterOpen

Definition

proporty AfterOpen:TDataSetNotifyEvent;

Description

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

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.