Icon CreateParam Method

TDBISAMParam* __fastcall CreateParam(Data::Db::TFieldType
      FldType, const System::UnicodeString 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