Occurs before an application executes a request to open a dataset.
Syntax:
property BeforeOpen: TDataSetNotifyEvent;
property read-write
Description:
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.