IBDAC

TCustomIBCArray.GetArrayInfo Method

Used to get array descriptor.

Class

TCustomIBCArray

Syntax

procedure GetArrayInfo;

Remarks

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.

See Also

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