Returns the database name that is configured in the DB Connection.

Declaration: property Database : String;

The following is an example of its use.

procedure OnMapEvent(var Value:Variant);
begin
Value := Source.DBCons[0].DBCon.Database;
end;