Difference between revisions of "Midware TMWTable.BeforeOpen"

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

Latest revision as of 08:17, 7 May 2011

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

Definition

proporty BeforeOpen:TDataSetNotifyEvent;

Description

Occurs before an application executes a request to open a dataset.

Write a BeforeOpen event handler to take specific action before an application opens a dataset for viewing or editing. BeforeOpen is triggered when an application sets the Active property to True for a dataset or an application calls Open.