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

TServerIndexDefs.Create

Create a new instance of TServerIndexDefs

Declaration

Source position: sqldb.pp line 167

public constructor TServerIndexDefs.Create(

  ADataSet: TDataSet

); override;

Arguments

ADataSet

  

Dataset for which the index definition collection is created.

Description

Create will raise an exception if ADataset is not a TCustomSQLQuery descendent.

Errors

An EDatabaseError exception will be raised if ADataset is not a TCustomSQLQuery descendent.


Documentation generated on: May 14 2021