Documentation Home Scripting Reference DB Connection Class (TFloDBCon) DBCon.Database DBCon.Database 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; DB Connection Class (TFloDBCon) DBCon.Hostname