Returns the password configured on the DB Connection.

Declaration: property Password : String;

An example follows.

procedure OnMapEvent(var Value:Variant);
begin
Value := Source.DBCons[0].DBCon.Password;
end;