Used to indicate if the database connection is active.
property Connected stored IsConnectedStored;
Use the Connected property to indicate whether the database connection is active. Setting this property is equivalent to calling the TCustomDAConnection.Connect or TCustomDAConnection.Disconnect methods at runtime.
OnConnectChange event occurs after the Connected property has been changed.