You are here: Symbol Reference > MtxVecInt Namespace > Classes > TVecByte Class > TVecByte Members
MtxVec VCL
ContentsIndex
TVecByte Members Public Properties
Public Properties
 
Name 
Description 
 
Allows sizing the internal storage to accomodate desired number of bits. 
 
Bits 
Allows reading/writing individual bits of the array. 
 
Returns true, if the currrent subrange of the vector was also the last subrange in the vector. 
 
For internal use only. Read to get the index of this object in object cache. 
 
Sizing the object will not allocate less than Capacity. 
 
Sizing the object will not allocate less than CapacityInBytes. 
 
Sizing the object will not allocate less than CapacityInElements. 
 
Specifies increment step for the Capacity property. 
 
Allows setting/getting the integer value at position Indx. 
 
First element in object Values array. 
 
This is IntegerValues, a member of class TVecInt. 
 
Defines internal storage precision which can be either 32, 16 or 8 bit. 
 
Prevents change to IntPrecision if Lock = True. 
 
Defines the precision (single or double) of the floating point operations.  
 
Set to true after the SetSubIndex or SetSubRange call. 
 
Last 
Last element in object Values array. 
 
Called when object size changes. 
 
Internal.  
 
Specifies the power of two for the scale factor used by some methods. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.