ODAC

TOraParam.ItemValue Property(Indexer)

Used to access the item value as variant.

Class

TOraParam

Syntax

property ItemValue[Index: integer]: variant;

Parameters
Index
Holds the index of a PL/SQL table item.

Remarks

Use the ItemValue property to access PL/SQL table item by Index. Returns the item value.

Index starts with 1. The index value cannot be greater than Length value.

See Also

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