Used to iterate through all field parameters.
property Items[Index: integer]: TIBCParam; default;
Use the Items property to iterate through all field parameters. Index identifies the index in the range 0..Count - 1. Items can reference a particular parameter by its index, but the ParamByName method is preferred, so as to avoid depending on the order of the parameters.