Icon CreateParam Method

TDBISAMParam* __fastcall CreateParam(Db::TFieldType FldType,
      const AnsiString ParamName)

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