Icon FindParam Method

function FindParam(const Value: String): TDBISAMParam

Usage

Call the FindParam method to locate a specific parameter by the name of the parameter. If a parameter is found with the same name, a reference to the parameter is returned, otherwise nil is returned. The search against the parameter names is case-insensitive.
Image