Used to get array descriptor.
procedure GetArrayInfo;
Call the GetArrayInfo method to get array descriptor, which contains information about array dimensions, high and low subscript boundaries, array item datatype, size and scale. This method is useful when using TIBCArray as IN parameter. It can be also useful for creating temporary array with the same array dimensions and item type as array field in a table. For doing this set TableName and ColumnName properties for TIBCArray object, call GetArrayInfo method and then call CreateTemporaryArray method.