Midware TMWTable.BeforeOpen
Revision as of 08:17, 7 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TMWTable -> BeforeOpen == D…')
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.