ODAC

TOraParam.ItemText Property(Indexer)

Allows to modify data without changing its type.

Class

TOraParam

Syntax

property ItemText[Index: integer]: string;

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

Remarks

Use the ItemText property to access PL/SQL table item by Index.

Index starts with 1 and lasts till Length.

Modifying Items using ItemText doesn't affect DataType property.

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