TurboDB VCL Component Library

TTdbDatabase.ConnectionName

TTdbDatabase

Previous  Top  Next

Specifies a readable name for the database connection.

Delphi syntax:

property ConnectionName: String;

C++ syntax:

__property String ConnectionName = {read=FConnectionName, write=FConnectionName};

Description

Set this property to define a readable name for the TurboDB connection this database object represents. This name is useful, if you want to show a list of current users of a table to humans.