Icon CreateFunctionParam Method

function CreateFunctionParam(DataType: TFieldType):
      TDBISAMFunctionParam

Usage

Call the CreateFunctionParam method to create a new custom function parameter definition and return a reference to the parameter definition. The DataType parameter specifies the data type of the parameter.
Image