ODAC

TAttribute.DataSize Property

Returns the size of an attribute value in internal representation.

Class

TAttribute

Syntax

property DataSize: Integer;

Remarks

Use the DataSize property to learn the size of an attribute value in internal representation.

For example:

dtDate 17 (sizeof(OCIDate)
dtFloat 22 (sizeof(OCINumber))
dtInteger 22 (sizeof(OCINumber))

See Also

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