Determining ItemByKeys Parameters

You can get the signature for the ItemByKeys method (or any other method) when testing a component interface. This is helpful for the ItemByKeys method, because its signature is different for each component interface.

This example illustrates the Enter parameters dialog box for the ItemByKeys method. Use the page to get the signature for any component interface.

Enter parameters: dialog box

To determine ItemByKeys parameters:

  1. Open the definition.

  2. Select Tools, and then Test Component Interface.

  3. Find or get an appropriate populated component interface.

  4. Navigate to the appropriate collection.

  5. Right-click, and select ItemByKeys from the menu.

    A dialog box appears, showing the specific parameters and types and the order in which you should call ItemByKeys.

    In the preceding example, the keys for the SDK_BUS_EXP_PER ItemByKeys method are SDK_EMPID (String) and SDK_EXP_PER_DT (String).