Icon OnStartup Event

property OnStartup: TNotifyEvent

Usage

The OnStartup event is fired when the DBISAM engine is started. Assign an event handler to the OnStartup event to take specific actions when an application activates the engine. The engine is activated by setting its Active property to True or by opening or activating a TDBISAMSession, TDBISAMDatabase, TDBISAMQuery, or TDBISAMTable component.

Information You should not toggle the Active property from within this event handler. Doing so can cause infinite recursion.
Image