Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TDataSet.Create

Create a new TDataset instance.

Declaration

Source position: db.pas line 1881

public constructor TDataSet.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner of the new dataset instance.

Description

Create initializes a new TDataset instance. It calls the inherited constructor, and then initializes the internal structures needed to manage the dataset (fielddefs, fieldlist, constraints etc.).

See also

TDataset.Destroy

  

Free a TDataset instance.


Documentation generated on: Jul 24 2023