Create a new instance of TDatasource.
Source position: db.pas line 2148
public constructor TDataSource.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner for the new TDatasource instance. |
Create initializes a new instance of TDatasource. It simply allocates some resources and then calls the inherited constructor.
|
Remove a TDatasource instance from memory. |