Icon RemoteParamByName Method

TDBISAMParam* __fastcall RemoteParamByName(const
      System::UnicodeString Value)

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