Used to specify a connection object to use to connect to a data store.
property Connection: TCustomDAConnection;
Use the Connection property to specify a connection object to use to connect to a data store.
Set at design-time by selecting from the list of provided TCustomDAConnection or its descendant class objects.
At runtime, set the Connection property to reference an instanciated TCustomDAConnection object.