Icon TEngineType

Unit: dbisamtb

TEngineType = (etClient,etServer)

This type is used to indicate the type of engine that the TDBISAMEngine component is being used as in the application. Please see the DBISAM Architecture for more information.

ElementDescription
etClientIndicates that the engine is configured as a client engine.
etServerIndicates that the engine is configured as a database server.
Image