Documentation Home Scripting Reference DB Connection Class (TFloDBCon) DBCon.Hostname DBCon.Hostname Returns the host name configured on the DB Connection.Declaration: property Hostname : String;An example. procedure OnMapEvent(var Value:Variant); begin Value := Source.DBCons[0].DBCon.Hostname; end; DBCon.Database DBCon.Username