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;