| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Create a new instance of TDatasource
Source position: db.pas line 1926
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  |