RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBits.Size Property

Represents the number of boolean values the TBits object can hold.

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

Set Size to expand or shrink the number of values in the array. When expanding the size, new entries are set to false. When shrinking the size, values whose indexes are less than or equal to the new size are preserved; entries whose indexes are greater than the new size are lost. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!