Creates an instance of a TPSQLDatabase component. Syntax: constructor Create(AOwner: TComponent); Description: Call Create to instantiate a database component at runtime. An application can create a database component in order to control the component's existence and set its properties and events, or an application can let Delphi create temporary database components as needed at runtime. Create instantiates a database component and:
|