You are here: Symbol Reference > MtxVecInt Namespace > Classes > TVecSmallInt Class > public > TVecSmallInt.PValues Method
MtxVec VCL
ContentsIndex
PreviousUpNext
TVecSmallInt.PValues Method

Allows reading/writing individual bits of the array.

Pascal
function PValues(Index: integer): PAPointer; override;

(* 

Use BitPack and BitUnpack for much faster access to bit data. *) property Bits[const Indx: integer]: boolean read GetBits write SetBits;

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!