Icon RemoteParamByName Method

function RemoteParamByName(const Value: String): TDBISAMParam

Usage

Call the RemoteParamByName method to retrieve a specific TDBISAMParam object by name from the RemoteParams property. The Value parameter indicates the name of the parameter that you wish to retrieve. If there are no parameters with that name, the RemoteParamByName method will raise an exception.
Image