Icon CreateParam Method

function CreateParam(FldType: TFieldType; const ParamName:
      String): TDBISAMParam

Usage

Call the CreateParam method to create a new parameter and return a reference to the parameter. The FldType parameter specifies the data type and the ParamName parameter specifies the name of the parameter. This name is case-insensitive.
Image