Icon Active Property

property Active: Boolean

Usage

Use the Active property to specify whether or not the engine is active. Setting Active to True starts the engine.

If the EngineType property is set to etClient, then ElevateDB will attempt to start the engine as client engine.

If the EngineType property is set to etServer, then ElevateDB will attempt to start the engine as an ElevateDB Server.

The BeforeStart event will be triggered before the engine is started, and the AfterStart event will be triggered after the engine has been successfully started.

Setting Active to False closes any open datasets, disconnects active database connections, and stops all active sessions.
Image