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 1278

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: Jan 30 2024