Used to determine if the parameter is a PL/SQL table.
property Table: boolean default False;
Set the Table property to True when parameter is a PL/SQL table. The maximum length of the table can be set by the Length property. Table may be ftString, ftInteger, ftFloat or ftDate type only. To access an item of a table use the ItemAsString, ItemAsInteger, ItemAsFloat, ItemAsDateTime and ItemIsNull properties.