Difference between revisions of "Midware TMWTable.AfterOpen"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TMWTable -> AfterOpen == Def…')
 
(No difference)

Latest revision as of 07:45, 7 May 2011

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.