Occurs before an application executes a request to import the table.
property BeforeImport: TDataSetNotifyEvent;
Description
Write a BeforeImport event to take specific action before an application imports a table. Calling ImportTable results in a call to the BeforeImport event handler.
|
|