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

TIndexDefs.Create

Create a new TIndexDefs instance.

Declaration

Source position: db.pas line 1272

public constructor TIndexDefs.Create(

  ADataSet: TDataSet

); virtual; overload;

Arguments

ADataSet

  

Dataset for which the index definitions are stored.

Description

Create initializes a new instance of the TIndexDefs class. It simply calls the inherited destructor with the appropriate item class, TIndexDef.

See also

TIndexDef

  

Index definition.

TIndexDefs.Destroy

  

Remove the indexdefs from memory.


Documentation generated on: Jul 24 2023