Icon EngineType Property

property EngineType: TEngineType

Usage

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

Information This property cannot be set while the engine is active and the TDBISAMEngine Active property is True.
Image