Used to determine the maximum length of a PL/SQL table parameter.
property Length: integer default 1;
Use the Length property to determine the maximum length of a PL/SQL table parameter. For a scalar parameter Length is always 1.
Remember that you can use ItemAsInteger, ItemAsString and other similar properties for PL/SQL tables only.