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

TParams.Create

Create a new instance of TParams

Declaration

Source position: db.pas line 1318

public constructor TParams.Create(

  AOwner: TPersistent;

  AItemClass: TCollectionItemClass

); overload;

constructor TParams.Create(

  AOwner: TPersistent

); overload;

constructor TParams.Create; overload;

Arguments

AOwner

  

Owner of the collection.

AItemClass

  

Item class to use for this TParams instance.

Arguments

AOwner

  

Owner of the collection.

Description

Create initializes a new instance of TParams. It calls the inherited constructor with TParam as the collection's item class, and sets AOwner as the owner of the collection. Usually, AOwner will be the dataset that needs parameters.

See also

#rtl.classes.TCollection.create

TParam

  

Parameter description class


Documentation generated on: May 14 2021