Returns the type of database platform the DB Connection points to.

Declaration: property ConnectionType: TRegConType;

For more information, please refer to TRegConType.

A sample of code follows.

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