Icon EngineType Property

property EngineType: TEDBEngineType

Usage

Use the EngineType property to specify whether the engine should behave as a local, client engine (the default) or as an ElevateDB Server engine. ElevateDB only allows one instance of the TEDBEngine component per application, which means that an application can only behave as a local, client application, or as an ElevateDB Server application, but not both.

Information The Active property must be False in order to assign a value to this property.
Image