Create a new instance of TMSSQLConnection.
Source position: mssqlconn.pp line 117
| public constructor TMSSQLConnection.Create( | 
| AOwner: TComponent | 
| ); override; | 
| AOwner | 
 | Owner of the connection instance. | 
Create is the default constructor for the TMSSQLConnection class. It calls the inherited constructor and sets some defaults.