[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

TDataSource.Create

Create a new instance of TDatasource

Declaration

Source position: db.pas line 1926

public constructor TDataSource.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner for the new TDatasource instance.

Description

Create initializes a new instance of TDatasource. It simply allocates some resources and then calls the inherited constructor.

See also

TDatasource.Destroy

  

Remove a TDatasource instance from memory


Documentation generated on: May 14 2021