RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseArray.ItemSize Property

Indicates the number of bytes used to store each item in the array.

Pascal
property ItemSize: Integer;
C++
__property int ItemSize;

Read ItemSize to determine the size of the elements of the array. The value of ItemSize is set by the constructor to the value of the iSize parameter. Descendants of TBaseArray change this value to the size of the data type they represent. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!