IBDAC

TIBCParams.Items Property(Indexer)

Used to iterate through all field parameters.

Class

TIBCParams

Syntax

property Items[Index: integer]: TIBCParam; default;

Parameters
Index
Holds the index in the range 0..Count - 1.

Remarks

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.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback