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;