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